TGA

Description

Name

class Tinman.Image.Writer.TGA

Derived from

Writer

Writes TGA image files.

Fields / Required

path

Type

path

Constraint

# != null

The output file path.

Fields / Optional

srgb

Type

number

Default

0

Write compressed sRGB color channel values (> 0), linear sRGB color channel values (< 0) or let the image writer choose automatically (0)?


formatAnd

Type

PixelFormat[]

Default

[Truecolor, Alpha, Precision]

Controls the format of the written image, by giving a hint to the output pixel format.


formatOr

Type

PixelFormat[]

Default

[]

Controls the format of the written image, by giving a hint to the output pixel format.

Fields / External

geo

Type

bool

Can this writer output geo-referencing information?