FFmpeg
4.0
|
targa file common definitions More...
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 } |
enum | TargaFlags { TGA_RIGHTTOLEFT = 0x10, TGA_TOPTOBOTTOM = 0x20, TGA_INTERLEAVE2 = 0x40, TGA_INTERLEAVE4 = 0x80 } |
targa file common definitions
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 |
enum TargaFlags |