GIF Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 11: | Line 11: | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
// GIF file format | |||
// little endian | |||
//header | //header | ||
6 bytes (char) - signature // "GIF87a" or "GIF89a" | 6 bytes (char) - signature // "GIF87a" or "GIF89a" | ||
2 bytes (uint32) - logical screen width | |||
2 bytes (uint32) - logical screen height | |||
// TODO | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 13:08, 23 December 2021
Back to index | Edit this page
GIF
- Format Type : Image
- Endian Order : Little Endian
- Signature : GIF87a / GIF89a
Format Specifications
// GIF file format // little endian //header 6 bytes (char) - signature // "GIF87a" or "GIF89a" 2 bytes (uint32) - logical screen width 2 bytes (uint32) - logical screen height // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- PySol Fan Club Edition (*.GIF) (PC)
Compatible Programs
- GIMP
- IrfanView