You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reject(newError("The image1 is of "+dimensions1.height+" X "+dimensions1.width+" and image2 is of "+dimensions2.height+" X "+dimensions2.width+". Please use images of same dimensions so as to avoid any unexpected results."));
73
+
letdimensions1=sizeOf(baseImage);
74
+
letdimensions2=sizeOf(actualImage);
75
+
reject(newError("The base image is of "+dimensions1.height+" X "+dimensions1.width+" and actual image is of "+dimensions2.height+" X "+dimensions2.width+". Please use images of same dimensions so as to avoid any unexpected results."));
0 commit comments