diff --git a/html/index.html b/html/index.html index 78ee38b1..5b0d796f 100644 --- a/html/index.html +++ b/html/index.html @@ -14,10 +14,10 @@ TIFF Software Home Page: http://www.libtiff.org
FAQ Page: forthcoming
-Latest Release: v3.5.6
-Latest Software: v3.5.6
+Latest Release: v3.5.5
+Latest Software: v3.5.5
Master FTP Site: ftp.onshore.com , directory pub/libtiff (Active mode FTP only!)
-HTTP Download: http://www.libtiff.org/tiff-v3.5.6.tar.gz, http://www.libtiff.org/tiff-v3.5.6.zip
+HTTP Download: http://www.libtiff.org/tiff-v3.5.5.tar.gz, http://www.libtiff.org/tiff-v3.5.5.zip
LZW Compression Kit: libtiff-lzw-compression-kit-1.1.tar.gz
Mailing List: tiff@olympiakos.com
Mailing List Subscription: tiff-request@olympiakos.com ("subscribe tiff" in body of message).
@@ -29,6 +29,7 @@ TIFF Software cvs checkout libtiff-lzw-compression-kit
+CVS Snapshot Mirror: ftp://remsnet.dyndns.org/pub/Mirror/libtiff.org (Thanks to Horst Venzke)

This software provides support for the Tag Image File Format (TIFF), @@ -84,7 +85,7 @@ The following sections are included in this documentation:


-$Id: index.html,v 1.29 2000-12-19 20:12:53 mwelles Exp $ +$Id: index.html,v 1.30 2000-12-22 20:26:09 mwelles Exp $ diff --git a/html/internals.html b/html/internals.html index d88bbb71..de2e1589 100644 --- a/html/internals.html +++ b/html/internals.html @@ -58,16 +58,22 @@ configured: -To override this behaviour define COMPRESSION_SUPPORT -and then one or more additional defines to enable configuration of -the appropriate codecs (see the table below); e.g. +

+ +Lempel-Ziv & Welch (LZW) algorithm (compression 5), is no longer supported by default, due to Unisys patent enforcement (c.f Burn All GIFs). To enable lzw compression, you must obtain the libtiff-lzw-compression-kit from libtiff.org. N.B. to use this kit legally, you must live in a country where the patent doesn't apply or you must obtain a license from Unisys. + +

+ +To override the default compression behaviour define +COMPRESSION_SUPPORT and then one or more additional defines +to enable configuration of the appropriate codecs (see the table +below); e.g.