32 #define BMP_BUFFER_SIZE 1024 35 byte data[BMP_BUFFER_SIZE];
42 void BmpInitializeBuffer(
BmpBuffer *buffer, FILE *file);
45 void BmpDestroyData(
BmpData *data);
uint32 compression
compression method (0 = none, 1 = 8-bit RLE, 2 = 4-bit RLE)
bool os2_bmp
true if OS/2 1.x or windows 2.x bitmap
uint32 palette_size
number of colours in palette
uint32 height
bitmap height
Structure to access the alpha, red, green, and blue channels from a 32 bit number.
uint32 offset
offset of bitmap data from .bmp file begining
Types related to the graphics and/or input devices.