Skip to main content
The ImageCompositeMasked node is designed for compositing images, allowing for the overlay of a source image onto a destination image at specified coordinates, with optional resizing and masking.

Inputs

ParameterDescriptionData Type
destinationThe destination image onto which the source image will be composited. It serves as the background for the composite operation.IMAGE
sourceThe source image to be composited onto the destination image. This image can optionally be resized to fit the destination image’s dimensions.IMAGE
xThe x-coordinate in the destination image where the top-left corner of the source image will be placed.INT
yThe y-coordinate in the destination image where the top-left corner of the source image will be placed.INT
resize_sourceA boolean flag indicating whether the source image should be resized to match the destination image’s dimensions.BOOLEAN
maskAn optional mask that specifies which parts of the source image should be composited onto the destination image. This allows for more complex compositing operations, such as blending or partial overlays.MASK

Outputs

ParameterDescriptionData Type
imageThe resulting image after the compositing operation, which combines elements of both tIMAGE
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub