JNG -quality property is incorrect
Posted: 2011-12-29T03:38:34-07:00
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.
Please, FIX...
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