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
Thanks
identify -verbose -> Comand line
identify -verbose -> Comand line
Last edited by ElEsteban on 2019-03-04T02:19:36-07:00, edited 1 time in total.
Re: identify -verbose -> Comand line
Have you tried using %# as mentioned on this page: https://imagemagick.org/script/escape.php?
Re: identify -verbose -> Comand line
Thank you a lot, I have see this page before, but i was looking for verbose sintax and dont see thisdlemstra wrote: ↑2019-03-03T19:13:17-07:00 Have you tried using %# as mentioned on this page: https://imagemagick.org/script/escape.php?
Do you know if the value of signature changes each version of imagemagick?
Thanks