identify doesn't works
Posted: 2012-10-09T01:37:36-07:00
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
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