BMPImage: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 19: | Line 19: | ||
2 bytes - reserved | 2 bytes - reserved | ||
4 bytes (uint32) - offset of image data | 4 bytes (uint32) - offset of image data | ||
//DIB header | |||
x bytes - DIB header | |||
//bit masks (optional) | |||
x bytes - extra bit masks | |||
//color table (optional) | |||
x bytes - color table | |||
//pixel array | |||
x bytes - pixel array | |||
</pre> | </pre> | ||
Revision as of 10:41, 21 October 2020
BMP
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// BMP file format (image) // little endian //header 2 bytes (char) - magic // "BM" 4 bytes (uint32) - size of the BMP file 2 bytes - reserved 2 bytes - reserved 4 bytes (uint32) - offset of image data //DIB header x bytes - DIB header //bit masks (optional) x bytes - extra bit masks //color table (optional) x bytes - color table //pixel array x bytes - pixel array
MultiEx BMS Script
Not written yet
Notes and Comments
Generic Bitmap *.bmp Image
Games
List of games using this file format:
- //TODO
Compatible Programs
- Game Extractor
- GIMP
- Adobe Photoshop
- MS Paint
- Paint.NET
- IrfanView