Writer

Description

Name

abstract class Tinman.Image.Writer

Extended by

BMP / PXB / TGA

Used by

Write.writer

Writer image data to a file, using a specific file format and settings.

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)?