DibHeader
struct DibHeader (
) {
ushort width;
ushort height;
int width;
int height;
ushort planes;
ushort bitCount;
uint compression;
uint dataSize;
int xPixelsPerMeter;
int yPixelsPerMeter;
uint colorsUsed;
uint colorsImportant;
uint redMask;
uint greenMask;
uint blueMask;
uint alphaMask;
uint csType;
Endpoints endpoints;
uint gammaRed;
uint gammaGreen;
uint gammaBlue;
uint intent;
uint profileData;
uint profileSize;
uint reserved;
}
Matches the typedefs found here: https://forums.adobe.com/servlet/JiveServlet/showImage/2-3273299-47801/BMP_Headers.png