This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEX FILE FORMAT | |
Reverse engineering by sigsegv, 20180914. | |
Updated to version 3ED by Fiddy, 20240229. | |
All values are little-endian. | |
0x00 int: TEX file version / magic number [1005 = 0x000003ED] | |
0x04 int: length of image array (for single images this is 1) | |
0x08 int: data resolution [x] | |
0x0C int: data resolution [y] |