black_white_mode property

black_white_mode property #

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

Definition: #

@property
def black_white_mode(self):
    ...

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

See Also #