| Symbolic Name |
Info |
| ifX5R1G1B1 |
8 bit format with one bit for each color channel. 5 bits are unused. |
| ifR3G3B2 |
8 bit format with 3 bits for read and green and 2 bits for blue channel. |
| ifR5G6B5 |
16 bit format with 5 bits for read and blue and 6 bits for green channel. |
| ifA1R5G5B5 |
16 bit format with 5 bits for each color and one bit for alpha. |
| ifA4R4G4B4 |
16 bit format with 4 bits for each color and alpha. |
| ifX1R5G5B5 |
16 bit format with 5 bits for each color and one unused bit. |
| ifX4R4G4B4 |
16 bit format with 4 bits for each color and 4 unused bits. |
| ifR8G8B8 |
24 bit format with 8 bits for each color. |
| ifA8R8G8B8 |
32 bit format with 8 bits for each color and alpha. |
| ifX8R8G8B8 |
32 bit format with 8 bits for each color and 8 unused bits. |
| ifR16G16B16 |
48 bit format with 16 bits for each color. |
| ifA16R16G16B16 |
64 bit format with 16 bits for each color and alpha. |
| ifB16G16R16 |
48 bit BGR format with 16 bits for each color. |
| ifA16B16G16R16 |
64 bit BGR format with 16 bits for each color and alpha. |
| Symbolic Name |
Info |
| ifDXT1 |
Image in this format is compressed with DXT1 compression
(15/16 bit interpolated color, zero or one bit alpha). |
| ifDXT3 |
Image in this format is compressed with DXT3 compression
(16 bit interpolated color, 4 bit explicit alpha). |
| ifDXT5 |
Image in this format is compressed with DXT5 compression
(16 bit interpolated color, 8 bit interpolated alpha). |
| ifBTC |
Image in this format is compressed with BTC compression
(block truncation coding, grayscale, 2bits per pixel). |
| ifATI1N |
Image in this format is compressed using 3Dc+ compression
(one channel, 4bits per pixel). |
| ifATI2N |
Image in this format is compressed using original 3Dc compression
(two channels, 8bits per pixel). |