bw_conversion_mode property

bw_conversion_mode property

Specifies the algorithm for converting a color image into a black and white image. This option will applied only if TiffOptions.compression_type is set to TiffCompressionTypes.CCITT4 or TiffCompressionTypes.CCITT3 Read/write BlackWhiteConversionMode. Default is BlackWhiteConversionMode.DEFAULT.

Definition:

@property
def bw_conversion_mode(self):
    ...

@bw_conversion_mode.setter
def bw_conversion_mode(self, value):
    ...

See Also