BMPImage: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
||
| Line 31: | Line 31: | ||
//pixel array | //pixel array | ||
x bytes - pixel array | x bytes - pixel array | ||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 37: | Line 36: | ||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
Not written yet<br><br> | Not written yet.<br><br> | ||
=== Notes and Comments === | === Notes and Comments === | ||
| Line 43: | Line 42: | ||
Generic Bitmap *.bmp Image<br><br> | Generic Bitmap *.bmp Image<br><br> | ||
== Games == | |||
List of games using this file format: | List of games using this file format: | ||
* | * High Heat Baseball 2000 | ||
* Killer Tank | |||
* [[SpongeBob SquarePants: Operation Krabby Patty]] | |||
* [[Giana’s Return]] | |||
=== Compatible Programs === | === Compatible Programs === | ||
| Line 56: | Line 58: | ||
* IrfanView | * IrfanView | ||
<br><br> | |||
[[Category:Complete Almost Done|BMPImage]] | [[Category:Complete Almost Done|BMPImage]] | ||
Revision as of 13:17, 24 December 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:
- High Heat Baseball 2000
- Killer Tank
- SpongeBob SquarePants: Operation Krabby Patty
- Giana’s Return
Compatible Programs
- Game Extractor
- GIMP
- Adobe Photoshop
- MS Paint
- Paint.NET
- IrfanView