TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Image.Raw

Short Name:
  • class Raw
Derived From:
Fields:

Reads image data from raw binary data.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required data Data
# != null
 

The provider of the raw binary data.

required width number
# > 0
 

Width of the raw image, in pixels.

required height number
# > 0
 

Height of the raw image, in pixels.

required layout Layout    

The binary layout of a single image pixels.

optional offset number
# >= 0
0

Absolute file offset of first byte of raw image data.

optional stride number
# >= 0
0

Distance (in bytes) between adjacent image scanlines. If 0, the distance will be computed from the image width and pixel layout.

external info Image.Info    

Contains information about the image data source, including image format and embedded georeferencing information.