Short Name:
|
Derived From:
|
Fields: |
Arranges the given images in a regular grid. Images are placed in grid cells one after another, from left to right and top to bottom (row-major order).
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
images
|
Image[]
|
# != null |
|
The images to put into the grid. Images are placed in grid cells one after another, from left to right and top to bottom (row-major order). |
||||
required
|
columns
|
number
|
# > 0 |
|
Number of grid columns. |
||||
optional
|
overlap
|
number
|
# >= 0 |
0 |
The amount of overlap between adjacent grid cells, in pixels. |
||||
external
|
info
|
Image.Info
|
||
Contains information about the image data source, including image format and embedded georeferencing information. |