bmp
bmp
¶
Bmp
¶
Bases: BaseImageHeader
Image header parser for BMP images.
Source code in src/docx/image/image.py
content_type
property
¶
MIME content type for this image, unconditionally image/bmp for BMP
images.
from_stream
classmethod
¶
Return Bmp instance having header properties parsed from the BMP image in
stream.