Is the JPEG quality reported by identify based on statistics of the quantization tables, or a metadata report? How reliable is it?
Thanks so much!
J
JPEG quality - from QT tables?
Re: JPEG quality - from QT tables?
It computes a signature of the Q tables (sum and a hash) and compares that with the numbers from the tables used in IJG code.blue-j wrote:Is the JPEG quality reported by identify based on statistics of the quantization tables, or a metadata report? How reliable is it?
See coders/jpeg.c, around lines 760-890 in the current version (6.8.8-7).