this command executes and returns 320x240in text1
Text1 = I.Convert("2.jpg", "+gravity", "-crop", "320x240", "c:\bob\vb camera\snapshot\mast_%d.gif")
this command executes and works but nothing is returned in text2, x0.png is written
text2 = I.Compare("-verbose", "-metric", "mae", "mast_0.gif", "new_0.gif", "x0.png")
what am i doing wrong?