BMPImage
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 dataMultiEx BMS Script
Not written yet
Notes and Comments
Generic Bitmap *.bmp Image
Games
List of games using this file format: * //TODOCompatible Programs
* Game Extractor
* GIMP * Adobe Photoshop * MS Paint * Paint.NET * IrfanView