Compare In VB6

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
cambob
Posts: 11
Joined: 2013-01-12T11:32:05-07:00
Authentication code: 6789

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