Short Name:
|
Derived From:
|
Fields: |
Shrinks the given image by cutting away rows and column at the image edges, which produces a subrectangle clip.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
image
|
Image
|
# != null |
|
The image to clip. |
||||
required
|
x
|
number
|
# >= 0 |
|
X-coordinate of top-left corner of subrectangle clip. |
||||
required
|
y
|
number
|
# >= 0 |
|
X-coordinate of top-left corner of subrectangle clip. |
||||
required
|
width
|
number
|
# >= 0 |
|
Height of the subrectangle clip, in pixels. |
||||
required
|
height
|
number
|
# >= 0 |
|
Height of the subrectangle clip, in pixels. |
||||
external
|
info
|
Image.Info
|
||
Contains information about the image data source, including image format and embedded georeferencing information. |