identify -verbose -> Comand line

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
ElEsteban
Posts: 3
Joined: 2019-03-03T18:20:19-07:00
Authentication code: 1152

identify -verbose -> Comand line

Post 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
Last edited by ElEsteban on 2019-03-04T02:19:36-07:00, edited 1 time in total.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: identify -verbose -> Comand line

Post by dlemstra »

Have you tried using %# as mentioned on this page: https://imagemagick.org/script/escape.php?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
ElEsteban
Posts: 3
Joined: 2019-03-03T18:20:19-07:00
Authentication code: 1152

Re: identify -verbose -> Comand line

Post 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
Post Reply