TGAFooter

Implements Truevision Graphics bitmap footer, which is used to indicate the locations of extra fields.

Members

Properties

isValid
bool isValid [@property getter]

Returns true if it's a valid TGA footer

Variables

developerAreaOffset
uint developerAreaOffset;

offset of the developerArea, zero if doesn't exist

extensionAreaOffset
uint extensionAreaOffset;

offset of the extensionArea, zero if doesn't exist

reserved
char reserved;

should be always a dot

signature
char[16] signature;

if equals with "TRUEVISION-XFILE", it's the new format

terminator
ubyte terminator;

terminates the file, always null

Meta