Skip to content

Transform

Transform
Output Matrix
Output
Image
Input Matrix
Identity

Category Matrix
Is Pair Node: No


Creates a transformation matrix and/or applies it to the input image.


Type: Painter
Default: unset

The image to apply the transformation to.

Type: Matrix3x3
Default: Identity

The input matrix to concatenate with the transformation. This allows for combining multiple transformations.


Type: Matrix3x3
Default: Identity

The resulting matrix after applying the transformation. This matrix can be used for further transformations or rendering operations.

Type: Painter
Default: unset

The painter instruction that paints the transformed image.