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

class Tinman.Image.File

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

Reads image data from a file.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required data Data
# != null
 

The data provider that reads the image file data.

optional format string  
'Any'

The image file format. If unknown, the format is inferred from the data stream.
The following default image file formats are available:

  • 'Any'
    Automatic image format

  • 'BMP'
    Built-in support for BMP

  • 'DDS'
    Built-in support for DDS

  • 'JPG'
    Built-in support for JPEG

  • 'PNG'
    Built-in support for PNG

  • 'PXB'
    Tinman 3D PiXel Buffer

  • 'TGA'
    Built-in support for TGA

  • 'TIFF'
    Built-in support for TIFF, GeoTIFF, BigTIFF

  • 'TXB'
    Tinman 3D TeXel Buffer

  • 'GDAL'
    Uses GDAL (>= v1.11), if installed.

  • 'GDAL+PROJ'
    Uses GDAL (>= v1.11) + PROJ(>= v4), if installed.

external info Image.Info    

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