Short Name:
|
|
Fields:
|
Provides information about an image.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
width
|
number
|
||
The image width, in pixels. |
||||
required
|
height
|
number
|
||
The image height, in pixels. |
||||
optional
|
coverage
|
Coverage.Type
|
PixelIsArea |
|
The pixel coverage of the image. |
||||
optional
|
pixelFormat
|
PixelFormat[]
|
[Truecolor, Alpha, SixteenBits] |
|
The pixel format of the image. |
||||
optional
|
nodata
|
number
|
nan |
|
The raw pixel value that represents no-data / void pixels. |
||||
optional
|
pixelRange
|
PixelRange
|
{{0, 0}, {0, 0}} |
|
The pixel value range of the image. |
||||
optional
|
gamma
|
number
|
1 |
|
Depending on the value
|
||||
optional
|
layer
|
Heightmap.Layer
|
None |
|
The target heightmap layer. |
||||
optional
|
georef
|
Tinman.Georef
|
null |
|
The georeferencing information that is attached to the image file. |
||||
optional
|
fileFormat
|
string
|
'Any' |
|
The image file format. |
||||
optional
|
filePath
|
path
|
<?> |
|
Path to the image file. |
||||
external
|
groundSampleDistance
|
number
|
||
Estimated ground sample distance, in metres. |
||||
external
|
optimalHeightmapSize
|
Vec2[]
|
||
Optimal heightmap cubesize for the image resolution. |
The following table shows all usages of this config type.
Used By:
|