Page 1 of 1

"--extra-verbose" option for identify

Posted: 2008-12-20T21:01:18-07:00
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!

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

Posted: 2008-12-21T07:48:12-07:00
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