Page 1 of 1

identify -verbose -> Comand line

Posted: 2019-03-03T18:29:04-07:00
by ElEsteban
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 separate -verbose output

PD: Also im using Windows 10 comand line, i think the | grep dont work :cry:

Thanks :-D

Re: identify -verbose -> Comand line

Posted: 2019-03-03T19:13:17-07:00
by dlemstra
Have you tried using %# as mentioned on this page: https://imagemagick.org/script/escape.php?

Re: identify -verbose -> Comand line

Posted: 2019-03-04T04:38:27-07:00
by ElEsteban
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