libtiff/html/index.html

101 lines
3.9 KiB
HTML
Raw Normal View History

1999-07-27 17:50:26 -04:00
<HTML>
<HEAD>
2004-04-06 11:05:52 -04:00
<TITLE>LibTIFF - TIFF Library and Utilities</TITLE>
1999-07-27 17:50:26 -04:00
</HEAD>
<BODY BGCOLOR=white>
1999-11-22 23:44:00 -05:00
<FONT FACE="Helvetica, Sans, Arial">
2004-04-06 11:05:52 -04:00
<H1>LibTIFF - TIFF Library and Utilities</H1>
1999-07-27 17:50:26 -04:00
<HR SIZE=4 WIDTH=55% ALIGN=left>
2004-04-06 03:39:24 -04:00
<B>Home Page</B>:
<A HREF="http://www.remotesensing.org/libtiff/"
TITLE="Home of the LibTIFF software">http://www.remotesensing.org/libtiff/</A>
<BR>
<B>Home Page Mirror</B>:
<A HREF="http://libtiff.maptools.org/" TITLE="Mirror of the LibTIFF software">
http://libtiff.maptools.org/</A>
<BR>
2005-09-12 09:50:14 -04:00
<B>Latest Stable Release</B>: <A HREF="v3.7.4.html">v3.7.4</A><BR>
2005-09-12 09:50:14 -04:00
<B>Latest Development Release</B>: <A HREF="v3.7.4.html">v3.7.4</A><BR>
2003-10-07 09:34:44 -04:00
<B>Master Download Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">ftp.remotesensing.org</A> , directory pub/libtiff<BR>
<B>Mirror Download Site</B>: <A HREF="http://libtiff.maptools.org/dl/">http://libtiff.maptools.org/dl/</A><BR>
2001-05-12 12:37:07 -04:00
<B>Windows Binaries</B>: <A href="http://gnuwin32.sourceforge.net/packages/libtiff.htm">GnuWin32 Project</a><BR>
2004-04-06 03:39:24 -04:00
<B>Mailing List</B>:
2005-07-20 14:45:33 -04:00
<A href="mailto:tiff@lists.maptools.org">tiff@lists.maptools.org</A>,
<A href="http://lists.maptools.org/mailman/listinfo/tiff/">Subscription</A>,
2004-10-18 15:06:55 -04:00
<A href="http://www.awaresystems.be/imaging/tiff/tml.html">Archive</A>.
Please, read the
<A href="http://www.awaresystems.be/imaging/tiff/faq.html">TIFF FAQ</A>
2004-10-18 15:06:55 -04:00
before asking questions.<br>
<B>Anonymous CVS</B>:<pre>
2004-09-08 16:19:42 -04:00
export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot
2004-07-10 23:14:39 -04:00
cvs login # use empty password"
1999-08-16 14:38:48 -04:00
cvs checkout libtiff
</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-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.
2003-09-17 09:06:21 -04:00
<p> Questions should be sent to the TIFF mailing list: <A
2005-07-20 14:45:33 -04:00
HREF="mailto:tiff@lists.maptools.org">tiff@lists.maptools.org</A>, with
a subscription interface at <a href="http://lists.maptools.org/mailman/listinfo/tiff">http://lists.maptools.org/mailman/listinfo/tiff</a>.<p>
2003-09-17 09:06:21 -04:00
1999-08-13 15:30:57 -04:00
2002-10-10 00:57:14 -04:00
<p> The persons responsible for putting up this site and putting together
versions >= 3.5.1 are
2004-09-14 01:56:06 -04:00
<A HREF="http://pobox.com/~warmerdam">Frank Warmerdam</A>, <a href="mailto:dron@remotesensing.org">Andrey Kiselev</a> and Mike Welles.<p>
1999-07-27 17:50:26 -04:00
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>
2004-09-10 10:48:39 -04:00
and <a href="addingtags.html">Adding New Tags</a>
1999-07-27 17:50:26 -04:00
<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>
2005-09-12 09:50:14 -04:00
Last updated $Date: 2005-09-12 13:50:14 $.
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>