Skip to content

Image

Inputs

  • Image A(s): Base layer.
  • Image B(s): Blend layer.
  • Mask(s): (Optional) Mask.

Widgets

  • Mode: Blend algorithm.
  • Amount: Opacity (0.0 - 1.0).

Outputs

  • Image(s): Result.

Blends two images together using standard Photoshop-style blend modes.

WidgetTypeOptionsDescription
modeDropdownNormal, Multiply, Screen, Overlay, Darken, LightenControls how the pixels combine.
AmountFloat0.0 - 1.0Strength of the blend. 0.5 is 50% opacity.




Inputs

  • Image(s): Input images.

Widgets

  • Channel: Hue, Saturation, or Luminance.
  • Low Threshold: Range Start.
  • High Threshold: Range End.
  • Softness: Edge blurring.

Outputs

  • Mask(s): Binary mask.
  • Image(s): Masked original.

Creates a mask based on specific color characteristics (Hue, Saturation, or Lightness). Useful for “green screen” removal or isolating specific colored objects.

WidgetTypeDescription
ChannelDropdownWhich color property to isolate.
Low/High ThresholdFloatThe range of values to keep selected.
SoftnessFloatBlurs the edges of the mask for a smoother transition.




Image Composite Composite

Section titled “Image Composite ”

Inputs

  • Base Image: Background.
  • Composite Image: Foreground.
  • Composite Mask (Opt): Transparency mask.

Widgets

None

Outputs

  • Image(s): Composited result.

A specialized node for placing one image on top of another (“A is background, B is foreground”) using an optional alpha mask.





Inputs

  • Image(s): Input images to resize.

Widgets

  • Width: Target width in pixels.
  • Height: Target height in pixels.
  • Interpolation: Resampling algorithm.
  • Method: How to handle aspect ratio.
  • Condition: When to apply the resize.
  • Multiple of: Snap output dimensions to a multiple.

Outputs

  • Image(s): Resized images.

Resizes images to a target resolution with fine-grained control over aspect ratio handling and when the resize is applied.

WidgetTypeOptionsDescription
WidthInt1–8192Target output width in pixels.
HeightInt1–8192Target output height in pixels.
InterpolationDropdownnearest, bilinear, bicubic, box, hamming, lanczosResampling filter. lanczos is highest quality.
MethodDropdownstretch, keep proportion, fill / crop, padHow to handle aspect ratio mismatches.
ConditionDropdownalways, downscale if bigger, upscale if smaller, bigger area, smaller areaControls when resizing is actually applied.
Multiple ofInt0–512Snaps output dimensions to the nearest multiple of this value. 0 disables snapping.