Using Compare in VB6

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
cambob
Posts: 11
Joined: 2013-01-12T11:32:05-07:00
Authentication code: 6789

Using Compare in VB6

Post 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?
Post Reply