"--extra-verbose" option for identify

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

"--extra-verbose" option for identify

Post by naoliv »

Hi!

I don't know if it's something interesting to implement, but (from http://bugs.debian.org/508684) can identify have an "--extra-verbose" option? (or something like this)

(read "--extra-verbose" as "displays even more information, all of them if possible", like the number of colors of the image))

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: "--extra-verbose" option for identify

Post by magick »

Computing the number of unique colors in an image is compute intensive, particularly for large images, so an extra option is required:
  • identify -define unique=true -verbose myimage.png
Post Reply