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.
- Image
Diff - Returned by the
BMP::diff()
method. - Pixel
Diff
Enums§
- Color
Table - Color table used in some versions of the format. Can be either an array of RGB (
RGBTRIPLE
) or RGBA (RGBQUAD
) colors. - Error
Kind - RGBA
Channel