阅读(1510) (0)

Pillow BmpImagePlugin 模块

2021-07-16 17:35:04 更新
classPIL.BmpImagePlugin.BmpImageFile(fp=Nonefilename=None)

基类:PIL.ImageFile.ImageFile

Windows位图格式(BMP)的图像插件

BITFIELDS= 3​​COMPRESSIONS= {'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=Nonefilename=None)

基类:PIL.BmpImagePlugin.BmpImageFile

format= 'DIB'
format_description= 'Windows Bitmap'