public static ArthurImage multiply(ArthurImage one, ArthurVideo two) {
   return JavaImageMath.multiply(one, two.toImage());
 }
 public static ArthurImage divide(ArthurImage one, ArthurVideo two) {
   return JavaImageMath.divide(one, two.toImage());
 }