Specifies a region of an image to process, instead of processing the whole image.
Specify the region using a comma-separated list of values in the order: left,top,width,height.
where,
left
|
is the distance from the left edge of the image to the left edge of the region. |
top
|
is the distance from the top edge of the image to the top edge of the region. |
width
|
is the width of the region. |
height
|
is the height of the region. |
Depending on the setting of the RegionUnit parameter, values are given in either pixels or as percentages of the image dimensions.
If you set RestrictToInputRegion=TRUE, this parameter is ignored.
| Type: | Comma-separated list of integers |
|---|---|
| Default: | None |
| Required: | No |
| Configuration Section: | TaskName |
| Example: | Region=50,50,200,100
|
| See Also: |
|
|