image-multiply — Traditional AI Model

Multiplies two same-size images pixel by pixel, so anything dark in either one darkens the result. Its main job is the cutout: feed the photo plus a black-and-white mask and only the white area survives. CPU, instant.

Details

  • CategoryTraditional
  • Year-1
  • License

Inputs & Outputs

  • ImageInput · image

    First source image

  • ImageInput · image

    Second source image to multiply

  • ImageOutput · image

    Blended image (pixel multiplication)

Tags

  • blend
  • multiply
  • overlay
  • layer

Alternatives in Image Blending

  • Image Add

    Add two images pixel-wise (lighten / double-exposure).