Stored

Description

Name

class Tinman.Image.Stored

Derived from

Image

Applies the given linear transformation from stored pixel values to raw pixel values.

Fields / Required

image

Type

Image

Constraint

# != null

The input image.

Fields / Optional

scale

Type

number

Default

0

The scale factor of the transformation. If 0, X of Image.Info.stored is used instead.


offset

Type

number

Default

0

The translation offset of the transformation. If scale is 0, Y of Image.Info.stored is used instead.

Fields / External

info

Type

Image.Info

Contains information about the image data source, including image format and embedded geo-referencing information.