AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
February 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.02.15 14:36 "bug? JPEGQUALITY seems not to be read correctly", by <jcupitt@gmail.com>
2008.02.15 14:57 "Re: bug? JPEGQUALITY seems not to be read correctly", by Ed Grissom
2008.02.15 15:02 "Re: bug? JPEGQUALITY seems not to be read correctly", by <jcupitt@gmail.com>
2008.02.15 15:14 "Re: bug? JPEGQUALITY seems not to be read correctly", by Ed Grissom
2008.02.18 10:44 "Re: bug? JPEGQUALITY seems not to be read correctly", by Gerben Vos
2008.02.18 12:29 "Re: bug? JPEGQUALITY seems not to be read correctly", by <jcupitt@gmail.com>
2008.02.18 13:12 "Re: bug? JPEGQUALITY seems not to be read correctly", by Joris Van Damme
2008.02.18 14:23 "Re: bug? JPEGQUALITY seems not to be read correctly", by Joris Van Damme
2008.02.15 17:51 "Re: bug? JPEGQUALITY seems not to be read correctly", by Bob Friesenhahn

2008.02.18 10:44 "Re: bug? JPEGQUALITY seems not to be read correctly", by Gerben Vos

Grissom, Ed wrote:

> In my own JPEG code (non-LibTIFF) have had good success faking a
> q-setting by looking at one certain value in the table.

Some rather sophisticated code is available on the Internet to reconstruct
the quality value from the tables in a JPEG. It is claimed to work quite
well for libjpeg-generated JPEGs. In my experience it can be off with JPEGs
from other sources; I imposed a minimum value of 25 on it to prevent it from
getting too low.

See "JPEG Compression Metric as a Quality Aware Image Transcoding", Surendar
Chandra and Carla Schlatter Ellis. In Second Usenix Symposium on Internet
Technologies and Systems (USITS '99), Oct 12, 1999.
http://www.cse.nd.edu/~surendar/publications.shtml#usits99

Code at http://www.cse.nd.edu/~csesys/qat/source/ .

					Gerben Vos.