A binary format for storing image data flexibly with minimal load-time overhead.
The format comes in two flavors: big-endian and little-endian. This enables the serialization of image data in an optimal format for different platforms. However, implementations are encouraged to be able to handle non-native endianness and/or support conversion to/from desired endianness, unless doing so would be unreasonable or impractical.
Offset | Octets | Type | Description |
---|---|---|---|
0 | 6 | ascii string | Either of the two format indicators:
|
6 | 1 | uint8 | Major version number |
7 | 1 | uint8 | Minor version number |
RAWTEX
- big-endian (BE) flavor of the formatrawtex
- little-endian (LE) flavor of the format