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
April 2006

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

2006.04.07 07:34 "application supplied JPEGTables", by <yourpattern@126.com>
2006.04.07 09:01 "Re: application supplied JPEGTables", by Joris Van Damme
2006.04.07 10:05 "Re: application supplied JPEGTables", by <yourpattern@126.com>
2006.04.10 14:21 "Re: application supplied JPEGTables", by Gerben Vos
2006.04.11 06:45 "Re: application supplied JPEGTables", by <yourpattern@126.com>
2006.04.11 08:33 "Re: application supplied JPEGTables", by Joris Van Damme
2006.04.11 09:54 "Re: application supplied JPEGTables", by Gerben Vos
2006.04.11 10:12 "Re: application supplied JPEGTables", by Joris Van Damme

2006.04.07 10:05 "Re: application supplied JPEGTables", by <yourpattern@126.com>

Joris Wrote:
> The only other sensible options the writing end of tif_jpeg.c could
> provide, is .
> ...
> d) using per-image application supplied JPEG tables, writing these to
> the JPEG tables tag.
> Can you confirm option d) is what you're after?
 
Yes, that's what i want.

> Also, can you please tell me why you think it is useful? I've missed the
> part where you explain why your custom supplied tables are a significant
> improvement over the default tables in your particular application.
 
for example, in some specific area, like medic(medical) image processing. 
we need to compress image use specific quantazation tables in order to get a
balance of image quality and image size. 
and then in the same time we didn't want to replace the original jpegtables
calculated by IJG using jpeg_set_linear_quality function. because it's very 
good in gerneral image processing.
and we need use it when we processing common images.
 
Best regards.
yourpattern@126.com