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
May 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.05.24 03:47 "beta2 release", by Frank Warmerdam
2008.05.24 07:30 "Re: beta2 release", by Edward Lam
2008.05.24 15:13 "Re: beta2 release", by Bob Friesenhahn
2008.05.26 13:48 "Re: beta2 release", by Edward Lam
2008.05.26 14:24 "Re: beta2 release - lfind() problem on Win64", by Edward Lam
2008.05.26 15:22 "Re: beta2 release - lfind() problem on Win64", by Frank Warmerdam
2008.05.26 15:31 "Re: beta2 release - lfind() problem on Win64", by Bob Friesenhahn
2008.05.26 15:47 "Re: beta2 release - lfind() problem on Win64", by Edward Lam
2008.05.26 16:07 "Re: beta2 release - lfind() problem on Win64", by Andrey Kiselev
2008.05.26 16:34 "Re: beta2 release - lfind() problem on Win64", by Bob Friesenhahn
2008.05.26 18:02 "Re: beta2 release - lfind() problem on Win64", by Edward Lam
2008.05.26 14:54 "Re: beta2 release -- tiffconf.vc.h patch", by Edward Lam
2008.05.26 15:10 "Re: beta2 release -- tiffconf.vc.h patch", by Frank Warmerdam
2008.05.26 18:07 "Re: beta2 release -- tiffconf.vc.h patch", by Edward Lam
2008.05.26 18:15 "Re: beta2 release -- tiffconf.vc.h patch", by Frank Warmerdam
2008.05.26 19:02 "Re: beta2 release -- tiffconf.vc.h patch", by Edward Lam
2008.05.26 18:17 "Re: beta2 release - TIFFFindField() on Windows", by Edward Lam
2008.05.26 19:32 "Re: beta2 release - predictors", by Edward Lam
2008.05.27 06:55 "Re: beta2 release - predictors", by Andrey Kiselev
2008.05.28 01:09 "Re: beta2 release", by Jay Berkenbilt
2008.05.28 01:15 "Re: beta2 release", by Frank Warmerdam

2008.05.26 19:32 "Re: beta2 release - predictors", by Edward Lam

Hi,

Just I've been doing some testing with tiff 4.0 beta 2, and with 
predictors in particular. I've noticed that the following cases result 
in a larger compressed sizes when a predictor is used:

- 8/16-bit PixarLog (PREDICTOR_HORIZONTAL)
- 32-bit floating point LZW (PREDICTOR_FLOATINGPOINT)
- 32-bit floating point AdobeDeflate/Deflate (PREDICTOR_FLOATINGPOINT)

For PixarLog, I'm not sure it makes sense to create them out of 8 or 
16-bit integer values in the first place so I'm not particularly 
surprised. It does result in smaller compressed sizes when 32-bit 
floating point is used.

However, for the 32-bit floating point cases, I would expect that 
PREDICTOR_FLOATINGPOINT would produce better compressed file sizes.

Mind you, I'm perhaps basing this too much on my single image test case, 
but I figure I'll throw it out there. Maybe someone will tell me that 
PREDICTOR_FLOATINGPOINT is not ready yet in libtiff. :)

Thanks,
-Edward

Frank Warmerdam wrote:
> Folks,
> 
> There are no earth shattering changes, but I have prepared a libtiff 4.0.0
> beta2.  Mostly this is to roll in some changes based on an old coverity
> scan of libtiff, and to produce a new tarball I can pass off to coverity
> for analysis.
> 
> Coverity produces a static code analysis tool that can identify bugs not
> easily discovered by code inspection, lint style tools, compiler 
> warnings or
> runtime analysis with tools like valgrind.  They kind provide free support
> for a variety of projects including libtiff.  I, umm, failed to followup
> on their previous report some 12 months ago, but talking to their open 
> source
> project support fellow at PGCon this week got me off my duff and looking 
> into
> stuff.  It's pretty sweet, and I'd like to see it become part of the
> libtiff release development and release process over time.
> 
> If any of the other libtiff core developers would like access to the 
> Coverity
> reports let me know.
> 
> Anyways, beta2 is available at:
> 
>   http://download.osgeo.org/libtiff/tiff-4.0.0beta2.tar.gz
>   http://download.osgeo.org/libtiff/tiff-4.0.0beta2.zip
> 
> Best regards,