TGA.save

Saves the current TGA object into a Truevision TARGA file. If ignoreScanlineBounds is true, then the compression methods will ignore the scanline bounds, this disables per-line accessing, but enhances compression rates by a margin in exchange. If false, then it'll generate a scanline table.

class TGA
void
save
(
FILE = std.stdio.File
bool saveDevArea = false
bool saveExtArea = false
bool ignoreScanlineBounds = false
)
(
FILE file
)

Meta