| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2008.05.26 14:54 "Re: beta2 release -- tiffconf.vc.h patch", by Edward LamHi, We should probably update tiffconf.vc.h to support the newer defines found in tiffconf.h.in. I've attached a patch. -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, --- tiffconf.vc.h 2008-01-01 10:25:41.000000000 -0500 +++ tiffconf.vc.h.new 2008-05-26 10:47:54.505375000 -0400 @@ -75,6 +75,9 @@ /* Support JPEG compression (requires IJG JPEG library) */ /* #undef JPEG_SUPPORT */ +/* Support JBIG compression (requires JBIG-KIT library) */ +/* #undef JBIG_SUPPORT */ + /* Support LogLuv high dynamic range encoding */ #define LOGLUV_SUPPORT 1 @@ -116,6 +119,9 @@ lacking the tag (default enabled). */ #define CHECK_JPEG_YCBCR_SUBSAMPLING 1 +/* Support MS MDI magic number files as TIFF */ +/* #undef MDI_SUPPORT */ + /* * Feature support definitions. * XXX: These macros are obsoleted. Don't use them in your apps! |
|||||||