
Filter
Blends two images together using 18 layer blending modes. The fundamental compositing operation.
Composite layers one image over another using standard blend modes. The base image connects to the main input; the overlay connects to the second input. Blend modes include Normal, Multiply, Screen, Overlay, Soft Light, Hard Light, Color Dodge, Color Burn, Difference, and many more.
The opacity slider controls how strongly the overlay affects the base. Resize mode determines how the overlay is fitted: None (centered at original size), Fit (scale to fit), or Stretch (fill exactly).
Blend
Layer blending: Normal/Multiply/Screen/Overlay/etc.
- NormalStandard layering — the overlay covers the base based on opacity.
- MultiplyDarkens by multiplying pixel values. White is neutral. Great for shadows and texture overlays.
- ScreenLightens by inverting, multiplying, and inverting again. Black is neutral. Great for light effects.
- OverlayCombines Multiply and Screen — darkens darks and lightens lights. Boosts contrast.
- Linear Dodge (Add)Adds pixel values together. Creates bright, glowing combinations.
- SubtractSubtracts overlay from base. Creates dark, negative-like effects.
- DifferenceShows the absolute difference between layers. Identical areas become black.
- Hard LightStrong version of Overlay — dramatic contrast enhancement from the overlay layer.
- Soft LightSubtle version of Overlay — gently increases contrast without harsh clipping.
- DarkenKeeps the darker pixel from each layer. Useful for combining dark elements.
- LightenKeeps the lighter pixel from each layer. Useful for combining light elements.
- Color DodgeBrightens the base toward the overlay color. Creates intense, blown-out highlights.
- Color BurnDarkens the base toward the overlay color. Creates deep, saturated shadows.
- ExclusionSimilar to Difference but with less contrast — produces a softer inversion effect.
- HueTakes the hue from the overlay and keeps the saturation/luminance from the base.
- SaturationTakes the saturation from the overlay and keeps the hue/luminance from the base.
- ColorTakes the hue and saturation from the overlay and keeps the luminance from the base.
- LuminosityTakes the luminance from the overlay and keeps the hue/saturation from the base.
Overlay sizing
- NoneNo resizing — overlay is placed at its original size, centered on the base.
- FitScale the overlay to fit inside the base dimensions, preserving aspect ratio.
- StretchStretch the overlay to exactly match the base dimensions.
Overlay layer opacity; 0=transparent, 1=opaque
Mask
Mask sizing
- NoneCenter the mask at its native size — no resizing. Unmasked regions are unaffected.
- StretchStretch the mask to exactly match the image dimensions. May distort the mask shape.
- FitScale the mask to fit inside the image, preserving aspect ratio. Letterboxes where needed.
- FillScale the mask to fill the image, preserving aspect ratio. Crops edges if aspect ratios differ.
Notes
Mask Fit only visible when mask is connected.
Pins: base (required), overlay (required), mask (optional), image (out). When mask is connected, it restricts the blend region.
- Multiply darkens; use it to apply shadows or texture overlays.
- Screen lightens; use it for glow effects or light leaks.
- Overlay combines Multiply and Screen, boosting contrast while preserving midtones.
- Wire a gradient or noise pattern as the overlay for quick texture effects.