BMP-FI Windows or OS/2 Bitmap¶
Extensions: .bmp
A BMP format based on the Freeimage library.
This format supports grayscale, RGB and RGBA images.
Parameters for saving¶
- compression : bool
- Whether to compress the bitmap using RLE when saving. Default False. It seems this does not always work, but who cares, you should use PNG anyway.