Implements the Truevision Graphics bitmap file format (*.tga) with some extra capabilities at the cost of making them unusable in applications not implementing these features: <ul> <li>Capability of storing 1, 2, and 4 bit indexed images.</li> <li>External color map support.</li> <li>More coming soon such as more advanced compression methods.</li> </ul> Accessing developer area is fully implemented, accessing extension area is partly implemented.
Represents embedded data within the developer area
Identifies the embedded data.
Contains extended data, mostly metadata.
Implements Truevision Graphics bitmap footer, which is used to indicate the locations of extra fields.
Implements Truevision Graphics bitmap header.