Page 1 of 1

JNG -quality property is incorrect

Posted: 2011-12-29T03:38:34-07:00
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...

Re: JNG -quality property is incorrect

Posted: 2011-12-31T09:11:45-07:00
by glennrp
Please try SVN revision 6300 (to be IM-6.7.4-3).