dimage.tga

Public Imports

dimage.base
public import dimage.base;

Members

Classes

TGA
class TGA

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.

Structs

DevArea
struct DevArea

Represents embedded data within the developer area

DevAreaTag
struct DevAreaTag

Identifies the embedded data.

ExtArea
struct ExtArea

Contains extended data, mostly metadata.

TGAFooter
struct TGAFooter

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

TGAHeader
struct TGAHeader

Implements Truevision Graphics bitmap header.

Meta