Pillow BmpImagePlugin 模块
2021-07-16 17:40 更新
-
class
PIL.BmpImagePlugin.
BmpImageFile
(fp=None, filename=None) 基类:
PIL.ImageFile.ImageFile
Windows位图格式(BMP)的图像插件
-
BITFIELDS
= 3COMPRESSIONS
= {'BITFIELDS': 3, 'JPEG': 4, 'PNG': 5, 'RAW': 0, 'RLE4': 2, 'RLE8': 1}
-
JPEG
= 4
-
PNG
= 5
-
RAW
= 0
-
RLE4
= 2
-
RLE8
= 1
-
format
= 'BMP'
-
format_description
= 'Windows Bitmap'
-
k
= 'PNG'
-
v
= 5
-
-
class
PIL.BmpImagePlugin.
DibImageFile
(fp=None, filename=None) 基类:
PIL.BmpImagePlugin.BmpImageFile
-
format
= 'DIB'
-
format_description
= 'Windows Bitmap'
-
以上内容是否对您有帮助:
更多建议: