Fixes and such.

This commit is contained in:
Mike Welles 2000-12-22 20:26:09 +00:00
parent 22e9dda705
commit 86f76420a2
2 changed files with 16 additions and 9 deletions

View File

@ -14,10 +14,10 @@ TIFF Software
<B>Home Page</B>: <A HREF="http://www.libtiff.org/">
http://www.libtiff.org</A> <BR>
<B>FAQ Page</B>: <I>forthcoming</I><BR>
<B>Latest Release</B>: <A HREF="v3.5.6.html">v3.5.6</A><BR>
<B>Latest Software</B>: <A HREF="v3.5.6.html">v3.5.6</A><BR>
<B>Latest Release</B>: <A HREF="v3.5.5.html">v3.5.5</A><BR>
<B>Latest Software</B>: <A HREF="v3.5.5.html">v3.5.5</A><BR>
<B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com</A> , directory pub/libtiff (Active mode FTP only!)<BR>
<B>HTTP Download</B>: <A HREF=http://www.libtiff.org/tiff-v3.5.6.tar.gz>http://www.libtiff.org/tiff-v3.5.6.tar.gz</a>, <A HREF=http://www.libtiff.org/tiff-v3.5.6.zip>http://www.libtiff.org/tiff-v3.5.6.zip</a><BR>
<B>HTTP Download</B>: <A HREF=http://www.libtiff.org/tiff-v3.5.5.tar.gz>http://www.libtiff.org/tiff-v3.5.5.tar.gz</a>, <A HREF=http://www.libtiff.org/tiff-v3.5.5.zip>http://www.libtiff.org/tiff-v3.5.5.zip</a><BR>
<B>LZW Compression Kit:</B> <A HREF="libtiff-lzw-compression-kit-1.2.tar.gz">libtiff-lzw-compression-kit-1.1.tar.gz</A><BR>
<B>Mailing List</B>: <a href=mailto:tiff@olympiakos.com>tiff@olympiakos.com</a> <BR>
<B>Mailing List Subscription</b>: <a href=mailto:tiff-request@olympiakos.com>tiff-request@olympiakos.com</a> ("subscribe tiff" in body of message). <BR>
@ -29,6 +29,7 @@ TIFF Software
cvs checkout libtiff-lzw-compression-kit
</pre>
<br>
<B>CVS Snapshot Mirror</B>: <A HREF=ftp://remsnet.dyndns.org/pub/Mirror/libtiff.org>ftp://remsnet.dyndns.org/pub/Mirror/libtiff.org</A> (Thanks to Horst Venzke)
<P>
This software provides support for the <I>Tag Image File Format</I> (TIFF),
@ -84,7 +85,7 @@ The following sections are included in this documentation:
<P>
<HR>
<em>
$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 $
</em>
</BODY>

View File

@ -58,16 +58,22 @@ configured:
<UL>
<LI>CCITT Group 3 and 4 algorithms (compression codes 2, 3, 4, and 32771),
<LI>the Macintosh PackBits algorithm (compression 32773),
<LI>a Lempel-Ziv & Welch (LZW) algorithm (compression 5),
<LI>a 4-bit run-length encoding scheme from ThunderScan (compression 32809),
<LI>a 2-bit encoding scheme used by NeXT (compression 32766), and
<LI>two experimental schemes intended for images with high dynamic range
(compression 34676 and 34677).
</UL>
To override this behaviour define <TT>COMPRESSION_SUPPORT</TT>
and then one or more additional defines to enable configuration of
the appropriate codecs (see the table below); e.g.
<P>
Lempel-Ziv & Welch (LZW) algorithm (compression 5), is <b>no longer</b> supported by default, due to Unisys patent enforcement (c.f <A HREF=http://zgp.org/~dmarti/burnallgifs/>Burn All GIFs</A>). To enable lzw compression, you must obtain the libtiff-lzw-compression-kit from <A HREF=http://www.libtiff.org>libtiff.org</A>. 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.
<P>
To override the default compression behaviour define
<TT>COMPRESSION_SUPPORT</TT> and then one or more additional defines
to enable configuration of the appropriate codecs (see the table
below); e.g.
<UL><PRE>
#define COMPRESSION_SUPPORT
@ -647,7 +653,7 @@ the portability of your TIFF files.
<P>
<HR>
Last updated: $Date: 1999-08-13 19:30:57 $
Last updated: $Date: 2000-12-22 20:26:09 $
</BODY>