Forum Discussion

tyrus's avatar
tyrus
Contributor
8 years ago

Picture Compare

Hi I'm trying to use Compare Method   var picA = "mypicA.png" var picB = "mypicB.png"   picA.Compare(picB, false, 0, false, 0, "")   I get this error: "the value cannot be converted to the pi...