Insert Into

Place one image on top of another at a specific position

combine 2 credits

Insert Into

Place one image on top of another at a specific position

Overview

The Insert Into node places a foreground image onto a background image at exact pixel coordinates. Unlike Merge, it uses simple overlay without blend modes - foreground pixels replace background pixels.

Usage Tips

  • Position (0,0) places foreground at top-left corner
  • Calculate center position: (bg_width - fg_width) / 2
  • Use for precise placement of logos, badges, or elements
  • Foreground transparency is preserved

Common Pairings

  • Image Attributes - Get background dimensions for positioning calculations
  • Size Maths - Calculate center or offset positions dynamically
  • Resize - Scale foreground before inserting

Gotchas

  • Position is absolute pixels, not percentages
  • Foreground extending beyond background is cropped
  • For blend effects, use Merge node instead

Technical Reference

Inputs

NameTypeRequiredDescription
fg_inputImageYesForeground image to insert
bg_inputImageYesBackground image

Outputs

NameTypeDescription
outputImageCombined image

Parameters

NameTypeDefaultDescription
params_positionsizemap[height:0 width:0]Position (x, y) to insert foreground image