Re-Volt 2 Z Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== Z == * ''' Game ''': Re-Volt 2 <br> * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> ==...") |
imported>Ikskoks |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
// little endian | // little endian | ||
//header | |||
4 bytes (uint32) - width | 4 bytes (uint32) - width | ||
4 bytes (uint32) - height | 4 bytes (uint32) - height | ||
4 bytes - unknown | 4 bytes - unknown | ||
x bytes - ZLIB compressed data | 4 bytes (uint32) - size of compressed data | ||
//data | |||
x bytes - ZLIB compressed image data | |||
</pre> | </pre> | ||
</div> | </div> | ||
| Line 27: | Line 31: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* Image data is headerless BMP | * Image data is headerless BMP compressed with ZLIB. | ||
=== Compatible Programs === | === Compatible Programs === | ||
* Offzip | * Offzip / TextureFinder | ||
==Gallery== | |||
<gallery bordercolor="transparent" spacing="small" orientation="landscape"> | |||
revolt2_z_image.png | |||
</gallery> | |||
<br/><br> | <br/><br> | ||
Latest revision as of 09:38, 16 November 2020
Z
- Game : Re-Volt 2
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// Re-Volt 2 // Z image file format // little endian //header 4 bytes (uint32) - width 4 bytes (uint32) - height 4 bytes - unknown 4 bytes (uint32) - size of compressed data //data x bytes - ZLIB compressed image data
MultiEx BMS Script
Not written yet.
Notes and Comments
- Image data is headerless BMP compressed with ZLIB.
Compatible Programs
- Offzip / TextureFinder
Gallery