identify -format %[jpeg:quality] vs %Q

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
jongleberry
Posts: 1
Joined: 2013-09-30T01:08:36-07:00
Authentication code: 6789

identify -format %[jpeg:quality] vs %Q

Post by jongleberry »

On a particular image, when I do

Code: Select all

identify -format %[jpeg:quality] image.jpeg
, I get 82, but when I do

Code: Select all

identify -format %Q image.jpeg
, I get 92. I'm guessing %Q doesn't work correctly?
Post Reply