img8, img16

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
Hioushi
ultra-n00b
Posts: 3
Joined: Fri Jun 06, 2008 1:03 am

img8, img16

Post by Hioushi » Sun Jun 22, 2008 11:06 am

The contents of this post was deleted because of possible forum rules violation.

RonHayter
beginner
Posts: 33
Joined: Thu Jul 31, 2008 10:22 pm
Been thanked: 4 times
Contact:

Re: img8, img16

Post by RonHayter » Tue Aug 26, 2008 1:40 am

It appears to me that most of the content of these files is compressed in some fashion. Here's what I think the file format is:

Code: Select all

Values are big-endian.
char {4} - "IMGB"
char {4} - "SODA"
uint32 {4} - Uncompressed data length
uint32 {4} - Compressed data length
byte {Compressed data length} - Compressed data
byte {34} - Unknown
In each of the 3 cases, the compressed data length is approximately 70% of the uncompressed length. I don't recognize the compression algorithm used but I don't think it's Deflate. You might try asking the folks in the Compressed files and methods forum for help.

Ron

Post Reply