FFmpeg
Enumerations
targa.h File Reference

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 }
 

Detailed Description

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.

Enumeration Type Documentation

◆ TargaCompr

enum TargaCompr
Enumerator
TGA_NODATA 
TGA_PAL 
TGA_RGB 
TGA_BW 
TGA_RLE 

Definition at line 33 of file targa.h.

◆ TargaFlags

enum TargaFlags
Enumerator
TGA_RIGHTTOLEFT 
TGA_TOPTOBOTTOM 
TGA_INTERLEAVE2 
TGA_INTERLEAVE4 

Definition at line 41 of file targa.h.