Scale
Category Matrix
Is Pair Node: No
Creates a scaling matrix that can be applied to images or other transformations.
Inputs
Section titled “Inputs” Scale
Section titled “ Scale ” Type: VecD
Default: (1, 1)
The scale factor to apply to the matrix. This determines how much the matrix is scaled in both the x and y dimensions, affecting the size of the resulting image or transformation.
Center
Section titled “ Center ” Type: VecD
Default: (0, 0)
The center point around which the scaling is applied. This point serves as the pivot for the scaling transformation.
Input Matrix
Section titled “ Input Matrix ” Type: Matrix3x3
Default: Identity
Matrix to concatenate with the scaling. This allows for combining multiple transformations into a single matrix, enabling complex transformations.
Outputs
Section titled “Outputs” Output Matrix
Section titled “ Output Matrix ” Type: Matrix3x3
Default: Identity
The resulting matrix after applying the scaling. This matrix can be used for further transformations or rendering operations.
Output
Section titled “ Output ” Type: Painter
Default: unset
Painter instruction with the applied scaling. This output can be used to render the transformed image with the specified scaling.