ImageGear for Java
ImGearMergeModes Enumeration
Identifies the type of arithmetic operation (merge method) that is performed on the values of all intersecting pixels resulting from the merge.

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.

Members
MemberDescription
ADDImg1 = Img1 + Img2..
ADD_SIGN_CENTEREDImg1 = Img1+ SC_Img2.
ANDImg1 = Img1 & Img2.
DIVIDEImg1 = Img1 / Img2.
MULTImg1 = Img1 * Img2.
NOTImg1 = ~Img1.
ORImg1 = Img1 | Img2.
OVERImg1 = Img2.
SUBImg1 = Img1 - Img2.
XORImg1 = Img1 ^ Img2.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.processing.ImGearMergeModes

See Also

Reference

com.accusoft.imagegear.processing Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback