<aside> 🛠

Combine Two Images with Dark Mixing


Blend two images together using multiplicative color blending. Multiply pixel values from image 1 and image 2 to create a combined result. Can be used for many purposes: overlay effects, shadow blending, texture application, dark compositing, or creative effect layers. Perfect for flexible two-image combination where darker results are desired.

</aside>


What it does

Image Multiply blends two images together using multiplicative color blending—multiplying their pixel values together. Each pixel's RGB values from both images are multiplied to create the output pixel (normalized to 0-255 range). Use it to combine two images in many ways: overlay textures, apply shadows, blend dark effects, or creative dark compositing. Essential for flexible two-image compositing where multiplication creates darker, more integrated results.

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 Multiply tool
  3. Run Flow