Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Spatial Transforms » TransformImage
Module: | FoundationLite |
---|
Transforms an image by the provided transformation matrix.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inTransformMatrix | Matrix | Transform matrix |
![]() |
inInverse | Bool | |
![]() |
inInterpolation | InterpolationMethod | Image quality |
![]() |
outImage | Image | Output image |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input transformation matrix must have dimensions 3x3 in TransformImage. |
DomainError | Unable to transform image with provided parameters TransformImage. |
Complexity Level
This filter is available on Expert Complexity Level.