was ich jetzt gefunden habe:
Retrieve the Quality Factor from a JPEG File
The quality factor is not stored directly in the JPEG file, so you cannot read the quality factor from the file. However, you can read the quantization tables from the JPEG file by using the PropertyItems property on the Image class. But even with the quantization tables, you cannot always determine a quality factor.
You might be able to determine the quality factor by comparing the quantization tables against the "standard" IJG-generated tables. However, because some applications may use custom tables, you will not always find a match.
und hier ein perl link dazu:
http://search.cpan.org/src....sers.pl