Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Transform Image

Transform Image

Updated: 19 Feb 2025

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

image

Example .dfx

Method #

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

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Active Enables 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 Amount Changes 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 X Change 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 Y Change 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 X The objects position along the local x-axis.
Position Y The objects position along the local y-axis.
Rotation The rotation of the image.
Scale X The objects scale along the local x-axis.
Scale Y The objects scale along the local y-axis.

Inputs

There are no inputs for this node.