Pillow Image常量
2021-07-13 11:10 更新
-
PIL.Image.
MAX_IMAGE_PIXELS
对于 24 位 (3 bpp) 图像,设置为 89,478,485,大约为 0.25GB。参见
open()
了解更多有关如何使用此选项的详细信息。
转置方法
用于指定 Image.transpose()
要使用的方法。
变换方法
用于指定 Image.transform()
要使用的方法。
重采样过滤器
更多有关的详细信息请参阅过滤器
-
PIL.Image.
NEAREST
-
PIL.Image.
BOX
-
PIL.Image.
BILINEAR
-
PIL.Image.
HAMMING
-
PIL.Image.
BICUBIC
-
PIL.Image.
LANCZOS
为了向后兼容,某些筛选器还可以使用以下名称:
-
PIL.Image.
NONE
= NEAREST
抖动模式
用于指定要用于 convert()
和 quantize()
方法。
-
PIL.Image.
NONE
无抖动
调色板
用于指定要用于 convert()
方法。
量化方法
用于指定要用于方法的量化 quantize()
方法。
-
PIL.Image.
LIBIMAGEQUANT
libimagequant
检查
feature="libimagequant"
是否支持PIL.features.check_feature()
。
以上内容是否对您有帮助:
更多建议: