sample_rounding_mode property

sample_rounding_mode property

Gets or sets the sample rounding mode to fit an 8-bit value to an n-bit value JpegOptions.BitsPerChannel.

Definition:

@property
def sample_rounding_mode(self):
    ...
@sample_rounding_mode.setter
def sample_rounding_mode(self, value):
    ...

See Also