identify doesn't works

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
adelina
Posts: 18
Joined: 2011-08-03T04:01:45-07:00
Authentication code: 8675308

identify doesn't works

Post by adelina »

hi,
i have to indetify a image using imagemagick comand in qtp, but it doesn't works, and i don't know why.Here is the code
"Dim img
set img = CreateObject("ImageMagickObject.MagickImage.1")
msg = img.Identify("C:\a\img.tiff")
msgbox msg "



thank you
Post Reply