BMP Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
No edit summary
Line 1: Line 1:
== BMP ==


{{CompactGRAFTOC}}
* ''' Format Type ''':    Image <br>
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>


<div style="border:solid 1px #AAAAAA; padding:4px; background-color:#F9F9F9;">
<i>Format Type:</i> Image<br />
<i>Extensions:</i> bmp <br />
<i>Endian Order:</i> Little Endian
</div>


<br /><br />
=== Format Specifications ===
== Format Specifications ==
 
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// BMP image file format
// BMP file format (image)
 
// little endian


// TODO
//header
</pre>
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


== MultiEx BMS Script ==
//bit masks (optional)
x bytes - extra bit masks


None.
//color table (optional)
x bytes - color table


== Supported Programs ==
//pixel array
x bytes - pixel array
</pre>
</div>


* GIMP
=== MultiEx BMS Script ===
* MS Paint
 
* Irfan View
Not written yet.<br><br>


== Notes and Comments ==
=== Notes and Comments ===  


None.
Generic Bitmap *.bmp Image<br><br>


== Games ==
== Games ==
 
List of games using this file format:
* High Heat Baseball 2000
* High Heat Baseball 2000
* Killer Tank
* Killer Tank
Line 37: Line 49:
* [[Giana’s Return]]
* [[Giana’s Return]]


<br /><br />
=== Compatible Programs ===


* [[Game Extractor|Game Extractor]]<br>
* GIMP
* Adobe Photoshop
* MS Paint
* Paint.NET
* IrfanView


<br><br>


[[Category:Complete WIP| Status: Complete]]
[[Category:Complete Almost Done|BMPImage]]
[[Category:Platform PC|BMPImage]]
[[Category:CE None|BMPImage]]
[[Category:Format_Image | Type: Image]]
[[Category:Format_Image | Type: Image]]
[[Category:Extension_bmp | Extension: bmp]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:CE None | Compression: None]]
[[Category:File Format]]
[[Category:File Format]]

Revision as of 13:18, 24 December 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

//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:

Compatible Programs