TGA.load

Loads a Truevision TARGA file and creates a TGA object. FILE can be either std.stdio's file, my own implementation of a virtual file (see ziltoid1991/vfile), or any compatible solution.

class TGA
static
load
(
FILE = std.stdio.File
bool loadDevArea = false
bool loadExtArea = false
)
(
FILE file
)

Meta