Adding two images together is, very simply, the process of adding every pixel in image A to its corresponding pixel in image B. Commonly used for fire effects and adding mattes together.
Name | Description |
---|---|
name | Object name [string] |
input_a | "A" input bitmap [bitmap] |
input_b | "B" Input bitmap [bitmap] |
output | Output bitmap [bitmap] |