Re-Volt 2 Z Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(One intermediate revision by the same user not shown)
Line 31: Line 31:
=== Notes and Comments ===  
=== Notes and Comments ===  


* Image data is headerless BMP copressed with ZLIB.
* Image data is headerless BMP compressed with ZLIB.


=== Compatible Programs ===  
=== Compatible Programs ===  

Latest revision as of 09:38, 16 November 2020

Z


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