Difference between revisions of "FF7/TEX format"

From Final Fantasy Inside
< FF7
Jump to navigation Jump to search
my_wiki>Mirex
(TEX Texture Data Format for PC by Mirex)
m (9 revisions imported)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== TEX Texture Data Format for PC by [[User:Mirex|Mirex]] ==
+
== TEX Texture Data Format for PC by [[User:Mirex|Mirex]] (Edits by [[User:Aali|Aali]])  ==
  
 
FF7 PC texture consists of header, an optional palette and bitmap data. Usually data are stored like palletized picture, with bitmap pixels referencing to palette. Color 0 (in palette its usually black) is usually used as transparent color.
 
FF7 PC texture consists of header, an optional palette and bitmap data. Usually data are stored like palletized picture, with bitmap pixels referencing to palette. Color 0 (in palette its usually black) is usually used as transparent color.
 +
 +
''Pixel values of 0 may or may not be transparent, depending on the color key status, more on that later. This also applies to non-paletted formats.''
  
 
When bit depth is 16 then data are stored as packed RGB in style RGB555, which means 5 bits per color in one 2 byte entry. I'm not sure if it is used in FF7 at all, its probably used in FF8.
 
When bit depth is 16 then data are stored as packed RGB in style RGB555, which means 5 bits per color in one 2 byte entry. I'm not sure if it is used in FF7 at all, its probably used in FF8.
  
 +
''The tex format is actually very flexible and can take almost any non-paletted format as long as you describe it properly in the header.''
  
<table CELLSPACING="0" style="margin-bottom: 0px;">
+
{| style="margin-bottom: 0px"
<tr celspan
+
! style="border: 1px solid black; vertical-align: middle; width: 51px; height: 26px; background-color: rgb(230, 230, 230)" | Offset
<tr>
+
! style="border: 1px solid black; vertical-align: middle; width: 126px; height: 26px; background-color: rgb(230, 230, 230)" | Size
<th style="border: 1px solid rgb(0, 0, 0); vertical-align: middle; width: 51px; height: 26px; background-color: rgb(230, 230, 230);">
+
! style="border: 1px solid black; vertical-align: middle; width: 222px; height: 26px; background-color: rgb(230, 230, 230)" | Description
Offset </th>
+
|-
<th style="border: 1px solid rgb(0, 0, 0); vertical-align: middle; width: 126px; height: 26px; background-color: rgb(230, 230, 230);">
+
| style="border-style: solid none solid solid; border-color: black; border-width: 1px; vertical-align: top" |
Size </th>
+
| style="border-style: solid solid solid none; border-color: black; border-width: 1px" colspan="2" | Header
<th style="border: 1px solid rgb(0, 0, 0); vertical-align: middle; width: 222px; height: 26px; background-color: rgb(230, 230, 230);">
+
|-
Description </th>
+
| style="border: 1px solid black" | 0x00
</tr>
+
| style="border: 1px solid black" | 4 bytes (long)
 
+
| style="border: 1px solid black" | Version, must be 1, or FF7 won't load the file
<tr celspan>
+
|-
<td colspan="3" style="border-style: solid solid solid none; border-color: rgb(0, 0, 0); border-width: 1px; width: 348px; height: 25px;">
+
| style="border: 1px solid black" | 0x04
<center> Header </center> </td>
+
| style="border: 1px solid black" | 4 bytes (long)
</tr>
+
| style="border: 1px solid black" | Unknown
 
+
|-
<tr>
+
| style="border: 1px solid black" | 0x08
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
0x00 </td>
+
| style="border: 1px solid black" | Color key flag
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
|-
56 bytes </td>
+
| style="border: 1px solid black" | 0x0C
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
Unknown </td>
+
| style="border: 1px solid black" | Unknown
</tr>
+
|-
<tr>
+
| style="border: 1px solid black" | 0x10
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
0x38 </td>
+
| style="border: 1px solid black" | Unknown
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
|-
4 bytes (long) </td>
+
| style="border: 1px solid black" | 0x14
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
bit depth - can be 4, 8, 16 </td>
+
| style="border: 1px solid black" | Minimum bits per color (D3D driver uses these to determine which texture format to convert to on load)
</tr>
+
|-
 
+
| style="border: 1px solid black" | 0x18
<tr>
+
| style="border: 1px solid black" | 4 bytes (long)
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
| style="border: 1px solid black" | Maximum bits per color
0x3c </td>
+
|-
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
| style="border: 1px solid black" | 0x1C
4 bytes (long) </td>
+
| style="border: 1px solid black" | 4 bytes (long)
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
| style="border: 1px solid black" | Minimum alpha bits
Image Width </td>
+
|-
</tr>
+
| style="border: 1px solid black" | 0x20
 
+
| style="border: 1px solid black" | 4 bytes (long)
<tr>
+
| style="border: 1px solid black" | Maximum alpha bits
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
|-
0x40 </td>
+
| style="border: 1px solid black" | 0x24
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
4 bytes (long) </td>
+
| style="border: 1px solid black" | Minimum bits per pixel
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
|-
Image Height </td>
+
| style="border: 1px solid black" | 0x28
</tr>
+
| style="border: 1px solid black" | 4 bytes (long)
<tr>
+
| style="border: 1px solid black" | Maximum bits per pixel
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
|-
0x44 </td>
+
| style="border: 1px solid black" | 0x2C
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
20 bytes </td>
+
| style="border: 1px solid black" | Unknown
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
|-
Unknown </td>
+
| style="border: 1px solid black" | 0x30
</tr>
+
| style="border: 1px solid black" | 4 bytes (long)
 
+
| style="border: 1px solid black" | Number of palettes
<tr>
+
|-
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
| style="border: 1px solid black" | 0x34
0x58 </td>
+
| style="border: 1px solid black" | 4 bytes (long)
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
| style="border: 1px solid black" | Number of colors per palette
4 bytes (long) </td>
+
|-
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
| style="border: 1px solid black" | 0x38
Number of Palette Entries </td>
+
| style="border: 1px solid black" | 4 bytes (long)
</tr>
+
| style="border: 1px solid black" | Bit depth
 
+
|-
<tr>
+
| style="border: 1px solid black" | 0x3C
<td style="border: 1px solid rgb(0, 0, 0); width: 51px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
0x5c </td>
+
| style="border: 1px solid black" | Image Width
<td style="border: 1px solid rgb(0, 0, 0); width: 126px; height: 25px;">
+
|-
144 bytes </td>
+
| style="border: 1px solid black" | 0x40
<td style="border: 1px solid rgb(0, 0, 0); width: 222px; height: 25px;">
+
| style="border: 1px solid black" | 4 bytes (long)
Unknown </td>
+
| style="border: 1px solid black" | Image Height
</tr>
+
|-
 
+
| style="border: 1px solid black" | 0x44
<tr>
+
| style="border: 1px solid black" | 4 bytes (long)
<td style="border: 1px solid rgb(0, 0, 0); vertical-align: top; width: 51px; height: 96px;">
+
| style="border: 1px solid black" | Pitch or bytes per row, usually ignored and assumed to be bytes per pixel * width
0xec </td>
+
|-
<td style="border: 1px solid rgb(0, 0, 0); vertical-align: top; width: 126px; height: 96px;">
+
| style="border: 1px solid black" | 0x48
Palette Entries * 4 </td>
+
| style="border: 1px solid black" | 4 bytes (long)
<td style="border: 1px solid rgb(0, 0, 0); vertical-align: top; width: 222px; height: 96px;">
+
| style="border: 1px solid black" | Unknown
Every 4 bytes from palette represent one color, BGRA -Blue Green Red Alpha, but I'm not sure about the alpha byte. I'm using only the BGR part </td>
+
|-
</tr>
+
| style="border: 1px solid black" | 0x4C
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Palette flag (this indicates the presence of a palette)
 +
|-
 +
| style="border: 1px solid black" | 0x50
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Bits per index, always 0 for non-paletted images
 +
|-
 +
| style="border: 1px solid black" | 0x54
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Indexed-to-8bit flag, never used in FF7
 +
|-
 +
| style="border: 1px solid black" | 0x58
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Palette size, always number of palettes * colors per palette
 +
|-
 +
| style="border: 1px solid black" | 0x5C
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Number of colors per palette (again, may be 0 sometimes, the other value will be used anyway)
 +
|-
 +
| style="border: 1px solid black" | 0x60
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Runtime data, ignored on load
 +
|-
 +
| style="border: 1px solid black" | 0x64
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Bits per pixel
 +
|-
 +
| style="border: 1px solid black" | 0x68
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Bytes per pixel, always use this to determine how much data to read, if this is 1 you read 1 byte per pixel, regardless of bit depth
 +
|-
 +
| style="border-style: solid none solid solid; border-color: black; border-width: 1px; vertical-align: top" |
 +
| style="border-style: solid solid solid none; border-color: black; border-width: 1px" colspan="2" | Pixel format (all 0 for paletted images)
 +
|-
 +
| style="border: 1px solid black" | 0x6C
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Number of red bits
 +
|-
 +
| style="border: 1px solid black" | 0x70
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Number of green bits
 +
|-
 +
| style="border: 1px solid black" | 0x74
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Number of blue bits
 +
|-
 +
| style="border: 1px solid black" | 0x78
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Number of alpha bits
 +
|-
 +
| style="border: 1px solid black" | 0x7C
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Red bitmask
 +
|-
 +
| style="border: 1px solid black" | 0x80
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Green bitmask
 +
|-
 +
| style="border: 1px solid black" | 0x84
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Blue bitmask
 +
|-
 +
| style="border: 1px solid black" | 0x88
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Alpha bitmask
 +
|-
 +
| style="border: 1px solid black" | 0x8C
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Red shift
 +
|-
 +
| style="border: 1px solid black" | 0x90
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Green shift
 +
|-
 +
| style="border: 1px solid black" | 0x94
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Blue shift
 +
|-
 +
| style="border: 1px solid black" | 0x98
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Alpha shift
 +
|-
 +
| style="border: 1px solid black" | 0x9C
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Always 8 - Number of red bits (Not sure what the point of these fields is, they're always ignored anyway)
 +
|-
 +
| style="border: 1px solid black" | 0xA0
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | 8 - Number of green bits
 +
|-
 +
| style="border: 1px solid black" | 0xA4
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | 8 - Number of blue bits
 +
|-
 +
| style="border: 1px solid black" | 0xA8
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | 8 - Number of alpha bits
 +
|-
 +
| style="border: 1px solid black" | 0xAC
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Red max
 +
|-
 +
| style="border: 1px solid black" | 0xB0
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Green max
 +
|-
 +
| style="border: 1px solid black" | 0xB4
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Blue max
 +
|-
 +
| style="border: 1px solid black" | 0xB8
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Alpha max
 +
|-
 +
| style="border-style: solid none solid solid; border-color: black; border-width: 1px; vertical-align: top" |
 +
| style="border-style: solid solid solid none; border-color: black; border-width: 1px" colspan="2" | End of pixel format
 +
|-
 +
| style="border: 1px solid black" | 0xBC
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Color key array flag (this indicates the presence of a color key array)
 +
|-
 +
| style="border: 1px solid black" | 0xC0
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Runtime data
 +
|-
 +
| style="border: 1px solid black" | 0xC4
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Reference alpha (more on this later)
 +
|-
 +
| style="border: 1px solid black" | 0xC8
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Runtime data
 +
|-
 +
| style="border: 1px solid black" | 0xCC
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Unknown
 +
|-
 +
| style="border: 1px solid black" | 0xD0
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Palette index (runtime data)
 +
|-
 +
| style="border: 1px solid black" | 0xD4
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Runtime data
 +
|-
 +
| style="border: 1px solid black" | 0xD8
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Runtime data
 +
|-
 +
| style="border: 1px solid black" | 0xDC
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Unknown
 +
|-
 +
| style="border: 1px solid black" | 0xE0
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Unknown
 +
|-
 +
| style="border: 1px solid black" | 0xE4
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Unknown
 +
|-
 +
| style="border: 1px solid black" | 0xE8
 +
| style="border: 1px solid black" | 4 bytes (long)
 +
| style="border: 1px solid black" | Unknown
 +
|-
 +
| style="border-style: solid none solid solid; border-color: black; border-width: 1px; vertical-align: top" |
 +
| style="border-style: solid solid solid none; border-color: black; border-width: 1px" colspan="2" | Palette data (ignore this section if palette flag is 0)
 +
|-
 +
| style="border: 1px solid black; vertical-align: top" | 0xEC
 +
| style="border: 1px solid black; vertical-align: top" | Palette size * 4
 +
| style="border: 1px solid black; vertical-align: top" | The raw palette data, always in 32-bit BGRA format
 +
|-
 +
| style="border-style: solid none solid solid; border-color: black; border-width: 1px; vertical-align: top" |
 +
| style="border-style: solid solid solid none; border-color: black; border-width: 1px" colspan="2" | Pixel data
 +
|-
 +
| style="border: 1px solid black; vertical-align: top" | Varies
 +
| style="border: 1px solid black; vertical-align: top" colspan="2" | Read width * height * "bytes per pixel" bytes of data. If there's a palette, every pixel is an index into that palette, otherwise use the pixel format specification.
 +
|-
 +
| style="border-style: solid none solid solid; border-color: black; border-width: 1px; vertical-align: top" |
 +
| style="border-style: solid solid solid none; border-color: black; border-width: 1px" colspan="2" | Color key array
 +
|-
 +
| style="border: 1px solid black; vertical-align: top" | Varies
 +
| style="border: 1px solid black; vertical-align: top" colspan="2" |
 +
Number of palettes * 1 bytes.
 +
|}
  
<tr>
+
''Color keying: If the color key flag is zero, no color keying is performed and the color key array is ignored. Otherwise, the current palette index is used to retrieve a single byte from the color key array, this is the new color key flag, zero means don't do color keying.'' If there is no color key array (and the color key flag is not zero), you should always color key.
<td style="border-style: solid none solid solid; border-color: rgb(0, 0, 0); border-width: 1px; vertical-align: top; width: 51px; height: 25px;">
 
</td><td colspan="2" style="border-style: solid solid solid none; border-color: rgb(0, 0, 0); border-width: 1px; width: 348px; height: 25px;">
 
Pixel data are present after the Palette data  </td>
 
</tr>
 
  
<tr>
+
''Reference alpha: Only applies to paletted images, if the alpha value sampled from the palette is 0xFE, this value should be replaced with the reference alpha.''
<td style="border: 1px solid rgb(0, 0, 0); vertical-align: top; width: 51px; height: 140px;">
 
Varies </td>
 
<td style="border: 1px solid rgb(0, 0, 0); vertical-align: top; width: 126px; height: 140px;">
 
(sizex * sizey) if bit depth is 4 or 8, (sizex * sizey * 2) if bit depth is 16 </td>
 
<td style="border: 1px solid rgb(0, 0, 0); vertical-align: top; width: 222px; height: 140px;">
 
The
 
bitmap: If bit depth is 4 or 8, every byte of bitmap data is reference
 
to palette color. If bit depth is 16, bitmap is composed from 16bit
 
(2byte, short) values, which are RGB555 colors. </td>
 
</tr>
 
</table>
 

Latest revision as of 05:20, 23 May 2019

TEX Texture Data Format for PC by Mirex (Edits by Aali)

FF7 PC texture consists of header, an optional palette and bitmap data. Usually data are stored like palletized picture, with bitmap pixels referencing to palette. Color 0 (in palette its usually black) is usually used as transparent color.

Pixel values of 0 may or may not be transparent, depending on the color key status, more on that later. This also applies to non-paletted formats.

When bit depth is 16 then data are stored as packed RGB in style RGB555, which means 5 bits per color in one 2 byte entry. I'm not sure if it is used in FF7 at all, its probably used in FF8.

The tex format is actually very flexible and can take almost any non-paletted format as long as you describe it properly in the header.

Offset Size Description
Header
0x00 4 bytes (long) Version, must be 1, or FF7 won't load the file
0x04 4 bytes (long) Unknown
0x08 4 bytes (long) Color key flag
0x0C 4 bytes (long) Unknown
0x10 4 bytes (long) Unknown
0x14 4 bytes (long) Minimum bits per color (D3D driver uses these to determine which texture format to convert to on load)
0x18 4 bytes (long) Maximum bits per color
0x1C 4 bytes (long) Minimum alpha bits
0x20 4 bytes (long) Maximum alpha bits
0x24 4 bytes (long) Minimum bits per pixel
0x28 4 bytes (long) Maximum bits per pixel
0x2C 4 bytes (long) Unknown
0x30 4 bytes (long) Number of palettes
0x34 4 bytes (long) Number of colors per palette
0x38 4 bytes (long) Bit depth
0x3C 4 bytes (long) Image Width
0x40 4 bytes (long) Image Height
0x44 4 bytes (long) Pitch or bytes per row, usually ignored and assumed to be bytes per pixel * width
0x48 4 bytes (long) Unknown
0x4C 4 bytes (long) Palette flag (this indicates the presence of a palette)
0x50 4 bytes (long) Bits per index, always 0 for non-paletted images
0x54 4 bytes (long) Indexed-to-8bit flag, never used in FF7
0x58 4 bytes (long) Palette size, always number of palettes * colors per palette
0x5C 4 bytes (long) Number of colors per palette (again, may be 0 sometimes, the other value will be used anyway)
0x60 4 bytes (long) Runtime data, ignored on load
0x64 4 bytes (long) Bits per pixel
0x68 4 bytes (long) Bytes per pixel, always use this to determine how much data to read, if this is 1 you read 1 byte per pixel, regardless of bit depth
Pixel format (all 0 for paletted images)
0x6C 4 bytes (long) Number of red bits
0x70 4 bytes (long) Number of green bits
0x74 4 bytes (long) Number of blue bits
0x78 4 bytes (long) Number of alpha bits
0x7C 4 bytes (long) Red bitmask
0x80 4 bytes (long) Green bitmask
0x84 4 bytes (long) Blue bitmask
0x88 4 bytes (long) Alpha bitmask
0x8C 4 bytes (long) Red shift
0x90 4 bytes (long) Green shift
0x94 4 bytes (long) Blue shift
0x98 4 bytes (long) Alpha shift
0x9C 4 bytes (long) Always 8 - Number of red bits (Not sure what the point of these fields is, they're always ignored anyway)
0xA0 4 bytes (long) 8 - Number of green bits
0xA4 4 bytes (long) 8 - Number of blue bits
0xA8 4 bytes (long) 8 - Number of alpha bits
0xAC 4 bytes (long) Red max
0xB0 4 bytes (long) Green max
0xB4 4 bytes (long) Blue max
0xB8 4 bytes (long) Alpha max
End of pixel format
0xBC 4 bytes (long) Color key array flag (this indicates the presence of a color key array)
0xC0 4 bytes (long) Runtime data
0xC4 4 bytes (long) Reference alpha (more on this later)
0xC8 4 bytes (long) Runtime data
0xCC 4 bytes (long) Unknown
0xD0 4 bytes (long) Palette index (runtime data)
0xD4 4 bytes (long) Runtime data
0xD8 4 bytes (long) Runtime data
0xDC 4 bytes (long) Unknown
0xE0 4 bytes (long) Unknown
0xE4 4 bytes (long) Unknown
0xE8 4 bytes (long) Unknown
Palette data (ignore this section if palette flag is 0)
0xEC Palette size * 4 The raw palette data, always in 32-bit BGRA format
Pixel data
Varies Read width * height * "bytes per pixel" bytes of data. If there's a palette, every pixel is an index into that palette, otherwise use the pixel format specification.
Color key array
Varies

Number of palettes * 1 bytes.

Color keying: If the color key flag is zero, no color keying is performed and the color key array is ignored. Otherwise, the current palette index is used to retrieve a single byte from the color key array, this is the new color key flag, zero means don't do color keying. If there is no color key array (and the color key flag is not zero), you should always color key.

Reference alpha: Only applies to paletted images, if the alpha value sampled from the palette is 0xFE, this value should be replaced with the reference alpha.