Go to the source code of this file.
Enumerations | |
enum | TargaCompr { TGA_NODATA = 0, TGA_PAL = 1, TGA_RGB = 2, TGA_BW = 3, TGA_RLE = 8 } |
Based on: http://www.gamers.org/dEngine/quake3/TGA.txt
and other specs you can find referenced for example in: http://en.wikipedia.org/wiki/Truevision_TGA
Definition in file targa.h.
enum TargaCompr |