Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
ADD | 0 | Img1 = Img1 + Img2.. |
ADD_SIGN_CENTERED | 7 | Img1 = Img1+ SC_Img2. |
AND | 4 | Img1 = Img1 & Img2. |
DIVIDE | 3 | Img1 = Img1 / Img2. |
MULT | 2 | Img1 = Img1 * Img2. |
NOT | 8 | Img1 = ~Img1. |
OR | 5 | Img1 = Img1 | Img2. |
OVER | 9 | Img1 = Img2. |
SUB | 1 | Img1 = Img1 - Img2. |
XOR | 6 | Img1 = Img1 ^ Img2. |
For example, if you set ARITH_ADD merge method, the resulting pixel values (of those pixels that
intersected from the two images) equal the sum of the value of the pixel in the original image and
the value of pixel in the image being merged.
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearMergeModes