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
public static
load
(
FILE = std.stdio.File
bool loadDevArea = true
bool loadExtArea = true
)
(
ref FILE file
)

Meta