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

class Tinman.Image.Import

Short Name:
  • class Image.Import
Derived From:
Fields:

A background operation that imports image pixels into a PXB image file or a rectangular HGT heightmap dataset.

The output format can be chosen by using the corresponding file suffix for the output parameter. If no path is given, a heightmap dataset will be created if Image.Info.layer of the input image has been set (i.e. it has a value other than Heightmap.Layer.None).

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required input Image    

The input image.

optional output path  
null

Output path of image or dataset file. If null, the file path of input will be used, having the file suffix replaced with .pxb resp. .hgt.