BMPImage: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 7: Line 7:
=== Format Specifications ===  
=== Format Specifications ===  


<i>See the Notes and Comments</i><br><br>
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
// 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


=== MultiEx BMS Script ===  
=== MultiEx BMS Script ===  

Revision as of 10:33, 21 October 2020

BMP


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

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