tiff_binarization_method proprietà

tiff_binarization_method proprietà

Ottiene o imposta il metodo utilizzato durante la conversione delle immagini nel formato 1 bpp quando ImageOrPrintOptions.image_type è Tiff e ImageOrPrintOptions.tiff_compression è uguale a Ccitt3 o Ccitt4.

Osservazioni

Il valore predefinito è FloydSteinbergDithering.

Definizione:

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

Guarda anche