Module bmp

Source

Structs§

BITMAPFILEHEADER
The BMP file header, see the microsoft docs for more information on the fields.
BI_ALPHABITFIELDS_MASKS
BI_BITFIELDS_MASKS
BMP
Represents loaded BMP file, the contents is a vector of the file bytes.
DIBHEADER
The BMP DIB header, which has multiple versions. The officially documented versions (BITMAPCOREHEADER, BITMAPINFOHEADER, BITMAPV4HEADER, BITMAPV5HEADER) can be found here, but there are also some undocumented versions see wikipedia.
ImageDiff
Returned by the BMP::diff() method.
PixelDiff

Enums§

ColorTable
Color table used in some versions of the format. Can be either an array of RGB (RGBTRIPLE) or RGBA (RGBQUAD) colors.
ErrorKind
RGBAChannel