The Transform operation is an operation plug-in, which works with raster images and applies an affine transformation or a perspective transformation. The transformation is defined by specifying coordinates of a destination quadrangle.
Works with 32-bit RGBA images. If the result does not cover the entire image, the extra space will be transparent.
GUID: A13EC2D9-D8F7-4C05-A998-1E43061F3EFC
| Parameter name | Type | Default | Value | Note |
| Transformation | integer | 0 | 0=affine, 1=perspective | removed in version 2012.1 |
| Pt1X | float | 0.1 | relative to width | |
| Pt1Y | float | 0 | relative to height | |
| Pt2X | float | 0.9 | ||
| Pt2Y | float | 0.3 | ||
| Pt3X | float | 0.9 | ||
| Pt3Y | float | 0.7 | ||
| Pt4X | float | 0.1 | ||
| Pt4Y | float | 1 |