How do I find out which quantum depth image magick is using?

imagemagick, imagemagick-convert

Solution

You just need to pass -version to convert and it will show you the quantum depth behind the version number:

Version: ImageMagick 6.8.8-6 Q16 x86 2014-01-29 http://www.imagemagick.org

Problem

Is there a flag I can pass at the command line to view the quantum depth that image magick was compiled with.

Original source