Short Name:
|
Derived From:
|
Fields: |
Reads image data from raw binary data.
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 |
||||
external
|
info
|
Image.Info
|
||
Contains information about the image data source, including image format and embedded georeferencing information. |