1999-07-27 17:50:26 -04:00
< HTML >
< HEAD >
< TITLE >
TIFF Software
< / TITLE >
< / HEAD >
< BODY BGCOLOR = white >
1999-11-22 23:44:00 -05:00
< FONT FACE = "Helvetica, Sans, Arial" >
1999-07-27 17:50:26 -04:00
< H1 >
1999-08-25 13:43:19 -04:00
<!-- IMG SRC=images/jello.jpg WIDTH=256 HEIGHT=192 ALIGN=left BORDER=1 HSPACE=6 -->
1999-07-27 17:50:26 -04:00
TIFF Software
< HR SIZE = 4 WIDTH = 55% ALIGN = left >
< / H1 >
1999-08-16 14:38:48 -04:00
< B > Home Page< / B > : < A HREF = "http://www.libtiff.org/" >
http://www.libtiff.org< / A > < BR >
< B > FAQ Page< / B > : < I > forthcoming< / I > < BR >
2001-01-23 16:40:17 -05:00
< B > Latest Release< / B > : < A HREF = "v3.5.6-beta.html" > v3.5.6 Beta< / A > < BR >
< B > Latest Software< / B > : < A HREF = "v3.5.6-beta.html" > v3.5.6 Beta< / A > < BR >
2001-01-24 14:04:52 -05:00
< B > Master FTP Site< / B > : < A HREF = "ftp://ftp.remotesensing.org/pub/libtiff" > ftp.remotesensing.org< / A > , directory pub/libtiff (Active mode FTP only!)< BR >
2001-01-23 16:40:17 -05:00
< B > HTTP Download< / B > : < A HREF = http://www.libtiff.org/tiff-v3.5.6-beta.tar.gz > http://www.libtiff.org/tiff-v3.5.6-beta.tar.gz< / a > , < A HREF = http://www.libtiff.org/tiff-v3.5.6-beta.zip > http://www.libtiff.org/tiff-v3.5.6-beta.zip< / a > < BR >
< B > LZW Compression Kit:< / B > < A HREF = "libtiff-lzw-compression-kit-1.2.tar.gz" > libtiff-lzw-compression-kit-1.2.tar.gz< / A > < BR >
1999-11-22 17:47:24 -05:00
< B > Mailing List< / B > : < a href = mailto:tiff@olympiakos.com > tiff@olympiakos.com< / a > < BR >
1999-11-28 20:36:16 -05:00
< B > Mailing List Subscription< / b > : < a href = mailto:tiff-request@olympiakos.com > tiff-request@olympiakos.com< / a > ("subscribe tiff" in body of message). < BR >
1999-09-06 11:25:10 -04:00
< B > Mailing List Archive< / b > : < A HREF = http://www.remotesensing.org/lists/libtiff_archive/maillist.html > http://www.remotesensing.org/lists/libtiff_archive/maillist.html< / A > < BR >
2000-12-22 15:27:43 -05:00
< B > CVS Snapshot< / B > : < A HREF = ftp://remsnet.dyndns.org/pub/Mirror/libtiff.org > ftp://remsnet.dyndns.org/pub/Mirror/libtiff.org< / A > (Thanks to Horst Venzke)< BR >
1999-12-27 12:35:01 -05:00
< B > Anonymous CVS< / B > :< pre >
1999-08-16 14:38:48 -04:00
export CVSROOT=:pserver:anonymous@remotesensing.org:/cvsroot
cvs login # use password "anonymous"
cvs checkout libtiff
1999-12-27 12:35:01 -05:00
cvs checkout libtiff-lzw-compression-kit
< / pre >
1999-07-27 17:50:26 -04:00
< P >
This software provides support for the < I > Tag Image File Format< / I > (TIFF),
a widely used format for storing image data. The latest version of
the TIFF specification is < A HREF = document.html > available on-line< / A >
in several different formats,
1999-10-04 21:01:23 -04:00
as are a number of < A HREF = http://partners.adobe.com/asn/developer/technotes.html > Technical Notes (TTN's)< / A > .
1999-07-27 17:50:26 -04:00
< P >
Included in this software distribution is a library, libtiff, for
reading and writing TIFF, a small collection of tools for doing simple
manipulations of TIFF images on UNIX systems,
and documentation on the library and
tools. A small assortment of TIFF-related software for UNIX
that has been contributed by others is also included.
< P >
The library, along with associated tool programs, should handle most of
your needs for reading and writing TIFF images on 32- and 64-bit
machines. This software can also be used on older 16-bit systems
though it may require some effort and you may need to leave out some of
the compression support.
1999-08-13 15:30:57 -04:00
< p > The software was orginally authored and maintained by Sam Leffler.
While he keeps a fatherly eye on the mailing list, he is no longer
responsible for day to day maintenance.
< p > Questions should be sent to
the TIFF mailing list: < A
HREF=mailto:tiff@olympiakos.com>tiff@olympiakos.com< / A > .
1999-09-26 18:03:46 -04:00
< p > The persons responsible for putting up this site and putting together versions >= 3.5.1 are
2001-02-16 22:11:31 -05:00
< A HREF = http://pobox.com/warmerdam > Frank Warmerdam< / A > and < A HREF = http://www.bangstate.com/who_we_are.html > Mike Welles< / a > .
1999-07-27 17:50:26 -04:00
< p >
The following sections are included in this documentation:
< UL >
< LI > < A HREF = "support.html" > TIFF 6.0 specification coverage< / A >
< LI > < A HREF = "libtiff.html" > Using the TIFF Library< / A >
< LI > < A HREF = "internals.html" > Modifying the TIFF Library< / A >
< LI > < A HREF = "tools.html" > TIFF tools overview< / A >
< LI > < A HREF = "contrib.html" > Contributed software< / A >
< LI > < A HREF = "document.html" > TIFF documentation< / A >
< LI > < A HREF = "build.html" > Building the software distribution< / A >
2000-07-13 10:58:15 -04:00
< LI > < A HREF = "bugs.html" > Bugs, Bugzilla, and the TIFF mailing list< / A >
1999-07-27 17:50:26 -04:00
< LI > < A HREF = "images.html" > Test images< / A >
< LI > < A HREF = "misc.html" > Acknowledgements and copyright issues< / A >
1999-11-22 23:44:00 -05:00
< LI > < A HREF = "man/index.html" > Man Pages< / A >
1999-07-27 17:50:26 -04:00
< / UL >
< P >
< HR >
< em >
2001-02-16 22:11:31 -05:00
$Id: index.html,v 1.36 2001-02-17 03:11:31 warmerda Exp $
1999-07-27 17:50:26 -04:00
< / em >
< / BODY >
1999-08-09 16:21:20 -04:00
< FONT FACE = "Arial, Helvetica, Sans" >
1999-07-27 17:50:26 -04:00
< / HTML >
1999-07-27 18:00:42 -04:00