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
November 1999

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

1999.11.30 22:23 "libtiff 3.5.3 release.", by Michael L Welles
1999.11.30 22:53 "Re: libtiff 3.5.3 release.", by Izumi Ohzawa
1999.11.30 23:07 "Re: libtiff 3.5.3 release.", by Tom Lane
1999.12.01 00:08 "Re: libtiff 3.5.3 release.", by Michael L Welles
1999.11.30 23:22 "Re: libtiff 3.5.3 release.", by Daniel Mccoy
1999.12.01 13:56 "Re: libtiff 3.5.3 release.", by Bruce Cameron
1999.12.01 18:35 "Re: libtiff 3.5.3 release.", by Daniel Mccoy
1999.12.02 07:06 "", by <lincke@de.ibm.com>
1999.12.01 03:15 "Re: libtiff 3.5.3 release.", by Bob Friesenhahn
1999.12.01 16:04 "Re: libtiff 3.5.3 release.", by Michael L Welles
1999.11.30 23:07 "Re: libtiff 3.5.3 release.", by Martin Bailey
1999.12.01 14:08 "Re: libtiff 3.5.3 release.", by Bruce Cameron
1999.12.01 15:02 "Re: libtiff 3.5.3 release.", by Klaus Bartz
1999.12.01 14:33 "Re: libtiff 3.5.3 release.", by <apex@calpha.com>
1999.12.01 14:42 "ZIP compression [was: libtiff 3.5.3 release.]", by Tom Kacvinsky
1999.12.01 15:24 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Leonard Rosenthol
1999.12.01 15:51 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Tom Kacvinsky
1999.12.01 18:04 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Bryan H Maret
1999.12.02 05:16 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Leonard Rosenthol
1999.12.01 17:39 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Bryan H Maret
1999.12.02 11:42 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Ivo Penzar
1999.12.06 20:42 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by <apex@calpha.com>
1999.12.01 16:17 "Re: libtiff 3.5.3 release.", by Peter Smith
1999.12.01 16:43 "Re: libtiff 3.5.3 release.", by Tom Lane
1999.12.01 16:49 "Re: libtiff 3.5.3 release.", by Darrin Cardani
1999.12.01 19:20 "Re: libtiff 3.5.3 release.", by Chris Hanson

1999.12.01 17:39 "Re: ZIP compression [was: libtiff 3.5.3 release.]", by Bryan H Maret

Libtiff uses a Compression value from the private range for ZIP compression
- that's all that Sam could do without Adobe's official blessing. The actual
TIFF 7 spec uses a Compression value from the "official" range for Deflate
compression. Adobe's ImageReady uses the official value, since its
developers had the benefit of the real spec.

regards-
-Bryan Maret (formerly Adobe's TIFF person)
 homefront@acm.org

At 09:42 AM 12/1/99 -0500, Tom Kacvinsky wrote:
>Hi,
>
>As you may or may not know, Adobe's Image Ready support ZIP compressed
>TIFFs (reading and writing), but they use a different tag for the
>compression scheme.  ZIP compressed TIFFs as built by tiffcp cannot be
>opened in Image Ready, and vice versa.  So it lloks like Adobe is
>already heading torwards adding ZIP compression to the TIFF
>specification, but is using a different tag scheme.  I belive that
>Leonard Rosenthal (of Adobe) is on this list and could answer this
>question.
>
>Regards,
>
>Tom
>
>> 
>> What is the compression tag TIFFTAG_COMPRESSION assigned to Zip?  The
>> file
>> tiff.h says
>> #define     COMPRESSION_DEFLATE  32946 /* Deflate compression */
>> An associated tag is Zip quality:
>> /* Note: quality level is on the ZLIB 1-9 scale. Default value is -1 */
>> #define TIFFTAG_ZIPQUALITY  65557 /* compression quality level */
>> 
>