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):
...