| maug
    Quick and dirty C mini-augmentation library. | 
Constants and functions describing the Windows bitmap format. More...

| Data Structures | |
| struct | MFMT_STRUCT_BMPINFO | 
| BITMAPINFO struct that comes before Windows bitmap data.  More... | |
| struct | MFMT_STRUCT_BMPFILE | 
| struct | MFMT_PX_OUT_STAT | 
| Utility struct for mfmt_read_bmp_px() to keep track out of output bitmap info.  More... | |
| Macros | |
| #define | MFMT_BMPINFO_OFS_WIDTH 4 | 
| #define | MFMT_BMPINFO_OFS_HEIGHT 8 | 
| #define | MFMT_BMPINFO_OFS_COLOR_PLANES 12 | 
| #define | MFMT_BMPINFO_OFS_BPP 14 | 
| #define | MFMT_BMPINFO_OFS_COMPRESSION 16 | 
| #define | MFMT_BMPINFO_OFS_SZ 20 | 
| #define | MFMT_BMPINFO_OFS_HRES 24 | 
| #define | MFMT_BMPINFO_OFS_VRES 28 | 
| #define | MFMT_BMPINFO_OFS_PAL_SZ 32 | 
| #define | MFMT_BMPINFO_OFS_IMP_COLORS 36 | 
| #define | MFMT_BMP_COMPRESSION_NONE (0) | 
| MFMT_STRUCT_BMPINFO::compression value indicating none. | |
| #define | MFMT_BMP_COMPRESSION_RLE8 (1) | 
| MFMT_STRUCT_BMPINFO::compression value indicating 8-bit RLE. | |
| #define | MFMT_BMP_COMPRESSION_RLE4 (2) | 
| MFMT_STRUCT_BMPINFO::compression value indicating 4-bit RLE. | |
| #define | mfmt_bmp_check_header() | 
Constants and functions describing the Windows bitmap format.
| #define mfmt_bmp_check_header | ( | ) |