<aside> 🛠

Combine Two Images with Light Mixing


****Blend two images together using additive color blending. Add pixel values from image 1 and image 2 to create a combined result. Can be used for many purposes: background replacement, combining extracted regions, merging different effects, or creative compositing. Perfect for flexible image combination workflows

</aside>


What it does

Image Add blends two images together using additive color blending—adding their pixel values together. Each pixel's RGB values from both images are summed to create the output pixel (clamped at 255). Use it to combine two images in many ways: extracted foreground + background, two different crops, two different effects, or creative layering. Essential for flexible two-image compositing.

Problem it solves

Input/Output

<aside>


How to Use

  1. Prepare images → Ensure both images are same width × height
  2. Load image → Upload Image 1 and Image 2 to Image Add tool
  3. Run Flow