Re-Volt 2 Z Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| 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 | ||
4 bytes (uint32) - size of compressed data | 4 bytes (uint32) - size of compressed data | ||
x bytes - ZLIB compressed data | |||
//data | |||
x bytes - ZLIB compressed image data | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 08: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 copressed with ZLIB.
Compatible Programs
- Offzip / TextureFinder
Gallery