This operation subtracts one image from another. Every pixel in image A is subtracted from its corresponding pixel in image B. Subtraction is commonly used for difference matting.
Name | Description |
---|---|
name | Object name [string] |
input_a | "A" input bitmap [bitmap] |
input_b | "B" Input bitmap [bitmap] |
output | Output bitmap [bitmap] |