예제 #1
0
 public static ArthurImage minus(ArthurImage one, ArthurImage two) {
   return JavaImageMath.addition(two, one, 1);
 }
예제 #2
0
 public static ArthurImage add(ArthurImage one, ArthurImage two) {
   return JavaImageMath.addition(one, two, 0);
 }