| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|---|
| 2 | <html lang="en">
|
|---|
| 3 | <head>
|
|---|
| 4 | <title>LibTIFF - TIFF Library and Utilities</title>
|
|---|
| 5 | <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|---|
| 6 | <meta http-equiv="content-language" content="en">
|
|---|
| 7 | <style type="text/css">
|
|---|
| 8 | <!--
|
|---|
| 9 | th {text-align: left; vertical-align: top; padding-right: 1em; white-space: nowrap}
|
|---|
| 10 | -->
|
|---|
| 11 | </style>
|
|---|
| 12 | </head>
|
|---|
| 13 | <body lang="en" text="#000000" bgcolor="#ffffff" link="#0000ff" alink="#0000ff" vlink="#0000ff">
|
|---|
| 14 | <h1>LibTIFF - TIFF Library and Utilities</h1>
|
|---|
| 15 | <hr>
|
|---|
| 16 | <table cellspacing="0" cellpadding="0" border="0">
|
|---|
| 17 | <tr>
|
|---|
| 18 | <th>Home Page</th>
|
|---|
| 19 | <td><a href="http://www.remotesensing.org/libtiff/" title="Home of the LibTIFF software">http://www.remotesensing.org/libtiff/</a></td>
|
|---|
| 20 | </tr>
|
|---|
| 21 | <tr>
|
|---|
| 22 | <th>Home Page Mirror</th>
|
|---|
| 23 | <td><a href="http://libtiff.maptools.org/" title="Mirror of the LibTIFF software">http://libtiff.maptools.org/</a></td>
|
|---|
| 24 | </tr>
|
|---|
| 25 | <tr>
|
|---|
| 26 | <th>Latest Stable Release</th>
|
|---|
| 27 | <td><a href="v3.8.2.html">v3.8.2</a></td>
|
|---|
| 28 | </tr>
|
|---|
| 29 | <tr>
|
|---|
| 30 | <th>Latest Development Release</th>
|
|---|
| 31 | <td><a href="v3.8.2.html">v3.8.2</a></td>
|
|---|
| 32 | </tr>
|
|---|
| 33 | <tr>
|
|---|
| 34 | <th>Master Download Site</th>
|
|---|
| 35 | <td><a href="ftp://ftp.remotesensing.org/pub/libtiff">ftp.remotesensing.org</a>, directory pub/libtiff</td>
|
|---|
| 36 | </tr>
|
|---|
| 37 | <tr>
|
|---|
| 38 | <th>Mirror Download Site</th>
|
|---|
| 39 | <td><a href="http://libtiff.maptools.org/dl/">http://libtiff.maptools.org/dl/</a></td>
|
|---|
| 40 | </tr>
|
|---|
| 41 | <tr>
|
|---|
| 42 | <th>Windows Binaries</th>
|
|---|
| 43 | <td><a href="http://gnuwin32.sourceforge.net/packages/libtiff.htm">GnuWin32 Project</a></td>
|
|---|
| 44 | </tr>
|
|---|
| 45 | <tr>
|
|---|
| 46 | <th>Mailing List</th>
|
|---|
| 47 | <td><a href="mailto:tiff@lists.maptools.org">tiff@lists.maptools.org</a>,
|
|---|
| 48 | <a href="http://lists.maptools.org/mailman/listinfo/tiff/">Subscription</a>,
|
|---|
| 49 | <a href="http://www.awaresystems.be/imaging/tiff/tml.html">Archive</a>.
|
|---|
| 50 | Please, read the <a href="http://www.awaresystems.be/imaging/tiff/faq.html">TIFF FAQ</a>
|
|---|
| 51 | before asking questions.</td>
|
|---|
| 52 | </tr>
|
|---|
| 53 | <tr>
|
|---|
| 54 | <th>Anonymous CVS</th>
|
|---|
| 55 | <td><tt>export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot<br>
|
|---|
| 56 | cvs login # use empty password"<br>
|
|---|
| 57 | cvs checkout libtiff<br></tt></td>
|
|---|
| 58 | </tr>
|
|---|
| 59 | </table>
|
|---|
| 60 | <hr>
|
|---|
| 61 | <p>
|
|---|
| 62 | This software provides support for the <i>Tag Image File Format</i> (TIFF),
|
|---|
| 63 | a widely used format for storing image data. The latest version of
|
|---|
| 64 | the TIFF specification is <a href="document.html">available on-line</a>
|
|---|
| 65 | in several different formats.
|
|---|
| 66 | </p>
|
|---|
| 67 | <p>
|
|---|
| 68 | Included in this software distribution is a library, libtiff, for
|
|---|
| 69 | reading and writing TIFF, a small collection of tools for doing simple
|
|---|
| 70 | manipulations of TIFF images on UNIX systems,
|
|---|
| 71 | and documentation on the library and
|
|---|
| 72 | tools. A small assortment of TIFF-related software for UNIX
|
|---|
| 73 | that has been contributed by others is also included.
|
|---|
| 74 | </p>
|
|---|
| 75 | <p>
|
|---|
| 76 | The library, along with associated tool programs, should handle most of
|
|---|
| 77 | your needs for reading and writing TIFF images on 32- and 64-bit
|
|---|
| 78 | machines. This software can also be used on older 16-bit systems
|
|---|
| 79 | though it may require some effort and you may need to leave out some of
|
|---|
| 80 | the compression support.
|
|---|
| 81 | </p>
|
|---|
| 82 | <p>
|
|---|
| 83 | The software was orginally authored and maintained by Sam Leffler.
|
|---|
| 84 | While he keeps a fatherly eye on the mailing list, he is no longer
|
|---|
| 85 | responsible for day to day maintenance.
|
|---|
| 86 | </p>
|
|---|
| 87 | <p>
|
|---|
| 88 | Questions should be sent to the TIFF mailing list:
|
|---|
| 89 | <a href="mailto:tiff@lists.maptools.org">tiff@lists.maptools.org</a>, with
|
|---|
| 90 | a subscription interface at
|
|---|
| 91 | <a href="http://lists.maptools.org/mailman/listinfo/tiff">http://lists.maptools.org/mailman/listinfo/tiff</a>.
|
|---|
| 92 | </p>
|
|---|
| 93 | <p>
|
|---|
| 94 | The persons responsible for putting up this site and putting together
|
|---|
| 95 | versions >= 3.5.1 are
|
|---|
| 96 | <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>,
|
|---|
| 97 | <a href="mailto:dron@ak4719.spb.edu">Andrey Kiselev</a> and Mike Welles.
|
|---|
| 98 | </p>
|
|---|
| 99 | <p>
|
|---|
| 100 | The following sections are included in this documentation:
|
|---|
| 101 | </p>
|
|---|
| 102 | <ul>
|
|---|
| 103 | <li><a href="support.html">TIFF 6.0 specification coverage</a></li>
|
|---|
| 104 | <li><a href="libtiff.html">Using the TIFF Library</a></li>
|
|---|
| 105 | <li><a href="internals.html">Modifying the TIFF Library</a>
|
|---|
| 106 | and <a href="addingtags.html">Adding New Tags</a></li>
|
|---|
| 107 | <li><a href="tools.html">TIFF tools overview</a></li>
|
|---|
| 108 | <li><a href="contrib.html">Contributed software</a></li>
|
|---|
| 109 | <li><a href="document.html">TIFF documentation</a></li>
|
|---|
| 110 | <li><a href="build.html">Building the software distribution</a></li>
|
|---|
| 111 | <li><a href="bugs.html">Bugs, Bugzilla, and the TIFF mailing list</a></li>
|
|---|
| 112 | <li><a href="images.html">Test images</a></li>
|
|---|
| 113 | <li><a href="misc.html">Acknowledgements and copyright issues</a></li>
|
|---|
| 114 | <li><a href="man/index.html">Man Pages</a></li>
|
|---|
| 115 | </ul>
|
|---|
| 116 | <hr>
|
|---|
| 117 | <p>
|
|---|
| 118 | Last updated $Date: 2006/03/23 14:54:01 $.
|
|---|
| 119 | </p>
|
|---|
| 120 | </body>
|
|---|
| 121 | </html>
|
|---|