Back to FabImage Studio website
You are here: Start » Filter Reference » Image Spatial Transforms » CropImage
Creates an image from a box-shaped fragment of the input image (with margins if requested).
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inSelection | Box | Box defining a subimage to be cropped |
![]() |
outImage | Image | Output image |
Applications
Reduction of the amount of image data to be stored in memory.
Description
The operation extracts part of the inImage that corresponds to the inSelection box.
Hints
- It is usually recommended to use Local Coordinate Systems rather than image cropping.
Examples
Description of usage of this filter can be found in examples and tutorial: Tablets, Image Modification Using the HMI.
![]() |
![]() |
CropImage performed on the sample image.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of CropImage filter group.