User guide

264
order trsx Sets the operation order for translate (t), rotate
(r), scale (s), and shear (x).
translate x, y 0, 0 Translates the image along the x and y axes.
rotate 0 Rotates the image around the pivot x y
coordinates.
aspectRatio 1 Sets the pixel aspect ratio. This allows you to
maintain aspect ratio when rotating anamorphic
images.
scale x, y 1, 1 Scales the image width and height around the
pivot x y coordinates.
shear x, y 0, 0 Shears the image around the pivot x y
coordinates.
pivot x, y (getDisplayWindow().x1+
getDisplayWindow().x0)/2,
(getDisplayWindow().y1+
getDisplayWindow().y0)/2
Sets the center of rotation, scale, and shear on
the x and y axes.
invert disabled When enabled, any transform you applied using
the translate, rotate, scale, shear, or pivot
controls is inverted.
filtering
4 NODES I-K | IMAGETRANSFORM2D