Pillow BmpImagePlugin 模块
-
classPIL.BmpImagePlugin.BmpImageFile(fp=None, filename=None) 基类:
PIL.ImageFile.ImageFileWindows位图格式(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
-
-
classPIL.BmpImagePlugin.DibImageFile(fp=None, filename=None) 基类:
PIL.BmpImagePlugin.BmpImageFile-
format= 'DIB'
-
format_description= 'Windows Bitmap'
-