BitmapImageSubtract

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.

Properties

NameDescription
nameObject name [string]
input_a"A" input bitmap [bitmap]
input_b"B" Input bitmap [bitmap]
outputOutput bitmap [bitmap]

See also

BitmapImageSubtractAbs, BitmapSubtract

<< Previous 
Table of Content
  Next >>