Estimating JPEG Quality
Posted: 2019-01-22T02:26:27-07:00
I would like to know how IM estimates the JPEG Quality.
I took a look at the code in jpeg.c, and it obviously calculates it from the DQT (around line 922). I know about the way how quality is translated into DQT as suggested by the IJG. But to my knowledge the IJG made no suugestion for the other way round. The code in jpeg.c is not commented and inunderstandable to me. Is there an explication / scientific article somewhere?
I took a look at the code in jpeg.c, and it obviously calculates it from the DQT (around line 922). I know about the way how quality is translated into DQT as suggested by the IJG. But to my knowledge the IJG made no suugestion for the other way round. The code in jpeg.c is not commented and inunderstandable to me. Is there an explication / scientific article somewhere?