Notch Notch Manual 0.9.23
 Light | Dark
Transform Image

Transform Image

Transforms the image, pos/rot/scale/wrap.

image

Method #

This node transforms the image, based on the parameters set.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
ActiveEnables or disables the effect. Disabling the effect means it will no longer compute, so disabling a node when not in use can improve performance.
Blend AmountChanges the opacity of the new effect over the original image.
Blend Mode (RGB)Change how the generated effect blends with the parent image RGB.
Blend Mode (Alpha)Change how the generated effect blends with the parent image alpha.
Wrap Mode XChange how the image wraps around the x axis if the transform moves the image off of the output plane.
  • Clamp : The edges of the image are extended to fill the space left by the transform.
  • Repeat : The image is repeated until if fills the space left by the transform.
  • Clip : The image is clipped and the space left by the transform is blank.
Wrap Mode YChange how the image wraps around the y axis if the transform moves the image off of the output plane.
  • Clamp : The edges of the image are extended to fill the space left by the transform.
  • Repeat : The image is repeated until if fills the space left by the transform.
  • Clip : The image is clipped and the space left by the transform is blank.

Toggle which of the RGBA channels are affected by the effect.

These properties control how the image is transformed.

ParameterDetails
Position XMove along the local x-axis.
Position YMove along the local y-axis.
RotationThe rotation of the image.
Scale XScale along the local x-axis.
Scale YScale along the local y-axis.

Inputs

There are no inputs for this node.