tiff_binarization_method属性

tiff_binarization_method属性

获取或设置将图像转换为 1 bpp 格式时使用的方法 当 ImageOrPrintOptions.image_type 为 Tiff 且 ImageOrPrintOptions.tiff_compression 等于 Ccitt3 或 Ccitt4 时。

注意事项

默认值是 FloydSteinbergDithering。

定义:

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

也可以看看