image-add — Traditional AI Model

Adds two same-size images channel by channel, clipping at 255, so overlapping bright areas get brighter — a lighten blend or double exposure, and a way to union two masks. Sizes must match. CPU, instant.

Details

  • CategoryTraditional
  • Year-1
  • License

Inputs & Outputs

  • ImageInput · image

    First source image

  • ImageInput · image

    Second source image to add

  • ImageOutput · image

    Blended image (pixel addition)

Tags

  • blend
  • add
  • composite
  • layer

Alternatives in Image Blending

  • Image Multiply

    Multiply two images pixel-wise (cutout / multiply blend).