| |
| | Windows Bitmap (BMP) |
 | | Comments: A Windows 3.0 device-independent bitmap consists of two distinct parts: a BITMAPINFO data structure that describes the dimensions and colors of the bitmap, and an array of bytes that define the pixels of the bitmap. |
 | | The bmiColors field is NULL, and each three bytes in the bitmap array represents the relative intensities of red, green, and blue, respectively, of a pixel. |
 | | If the bitmap is a 'packed' bitmap (that is, a bitmap in which the bitmap array immediately follows the BITMAPINFO header and which is referenced by a single pointer), the biClrUsed field must be set to 0 or to the actual size of the color table. |
| www.fet.uni-hannover.de /~purnhage/gps/bmp2.htm (2463 words) |
|