| long size; /* Size of the Bitmap-file */ |
| long lReserved; /* Reserved */ |
| long dataoff; /* Picture data location */ |
| long hsize; /* Header-Size */ |
| long width; /* Picture width (pixels) */ |
| long height; /* Picture height (pixels) */ |
| short planes; /* Planes (must be 1) */ |
| short bpp; /* Bits per pixel (1, 4, 8 or 24) */ |
| long compression; /* Compression mode */ |
| long imagesize; /* Image size (bytes) */ |
| long hres; /* Horizontal Resolution (pels/meter) */ |
| long vres; /* Vertical Resolution (pels/meter) */ |
| long colours; /* Used Colours (Col-Table index) */ |
| long impcolours; /* Important colours (Col-Table index) */ |