Back to FabImage Studio website
You are here: Start » Filter Reference » Region » Region Spatial Transforms » ResizeRegion
Module: | FoundationBasic |
---|
Enlarges or shrinks a region to new dimensions.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inNewWidth | Integer* | 1 - 65535 | |
![]() |
inNewHeight | Integer* | 1 - 65535 | |
![]() |
outRegion | Region | Output region |
Examples
![]() |
![]() |
ResizeRegion performed on the sample region with inNewWidth = 200, inNewHeight = 100.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of ResizeRegion filter group.
See Also
- ResizeRegion_Relative – Resizes region relatively along each axis.
- DownsampleRegion – Shrinks a region by the factor of two along each axis.
- ShrinkRegionNTimes – Shrinks a region by a natural factor along each axis.
- EnlargeRegionNTimes – Enlarges a region by a natural factor.
- ResizeImage – Enlarges or shrinks an image to new dimensions.