Search found 3 matches

by ElEsteban
2019-06-27T12:12:29-07:00
Forum: Windows COM+ & Visual Basic
Topic: ImageMagick.identify -verbose detect broken image
Replies: 0
Views: 97525

ImageMagick.identify -verbose detect broken image

Hello, im using this comand in autoit to detect broken image: $ImageMagick = ObjCreate("ImageMagickObject.MagickImage.1") $test = $ImageMagick.identify("-verbose", "10499370_267852580088660_4278776929494865645_o_2.jpg") but the last lines of verbose not apear in output,...
by ElEsteban
2019-03-04T04:38:27-07:00
Forum: Users
Topic: identify -verbose -> Comand line
Replies: 2
Views: 6368

Re: identify -verbose -> Comand line

dlemstra wrote: 2019-03-03T19:13:17-07:00 Have you tried using %# as mentioned on this page: https://imagemagick.org/script/escape.php?
Thank you a lot, I have see this page before, but i was looking for verbose sintax and dont see this :D

Do you know if the value of signature changes each version of imagemagick?

Thanks :D
by ElEsteban
2019-03-03T18:29:04-07:00
Forum: Users
Topic: identify -verbose -> Comand line
Replies: 2
Views: 6368

identify -verbose -> Comand line

Hello, im using identify -verbose to get signature of images, but i cant find a parameter to get directly the signature of the image and not the entire verbose output, like -format "%w" to get width. This exist? I have been looking various help pages and examples, but cant find how to sepa...