6.4.5: identify -format %Q always returns zero

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 6.4.5: identify -format %Q always returns zero

Post by magick »

Try the following:
  • convert logo: logo.jpg
    identify -format %Q logo.jpg
It returns 92 as expected. ImageMagick no longer reports any JPEG image with an approximate image quality because it can be unreliable. Certain custom quantization tables were returning a bogus compression quality metric.
Post Reply