Page 1 of 1

Compare In VB6

Posted: 2013-01-15T07:35:59-07:00
by cambob
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?