JNG -quality property is incorrect

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
Solovei95
Posts: 20
Joined: 2011-09-28T22:06:15-07:00
Authentication code: 8675308

JNG -quality property is incorrect

Post by Solovei95 »

I have a problem with the parameter [-quality] in JNG. The fact that JPEG quality is always 100, if the quality is above 100, and vice versa changes the PNG compression algorithm, and it is absolutely not correct.

Code: Select all

Example: 95001
Result: JPEG Quality: 100, PNG: 91

Code: Select all

Example: 80
Result: JPEG Quality: 80, PNG: 80

Code: Select all

Example: 100
Result: JPEG Quality: 100, PNG: 90
Please, FIX...
Last edited by Solovei95 on 2011-12-29T04:12:37-07:00, edited 3 times in total.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: JNG -quality property is incorrect

Post by glennrp »

Please try SVN revision 6300 (to be IM-6.7.4-3).
Post Reply