PGA Tour 97 TIH: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== TIH == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div cl...") |
imported>Ikskoks |
||
| Line 10: | Line 10: | ||
// TIH file format | // TIH file format | ||
1 byte (uint8) - compression type // "0x10" for Refpack 1.0 | 1 byte (uint8) - compression type // "0x10" for Refpack 1.0 | ||
x bytes - compressed TIM image | x bytes - compressed TIM image data | ||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 16:23, 29 December 2020
TIH
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// TIH file format 1 byte (uint8) - compression type // "0x10" for Refpack 1.0 x bytes - compressed TIM image data
MultiEx BMS Script
Not written yet.
Notes and Comments
- TIH file is just TIM image compressed with RefPack 1.0 algorithm.
- First byte is always compression marker.
Games
List of games using this file format:
Compatible Programs
None.