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.9.5.html">v3.9.5</a></td> 28 </tr> 29 <tr> 30 <th>Latest Development Release</th> 31 <td><a href="v4.0.0.html">v4.0.0beta7</a></td> 32 </tr> 33 <tr> 34 <th>Master Download Site</th> 35 <td><a href="http://download.osgeo.org/libtiff">download.osgeo.org</a>, directory libtiff</td> 36 </tr> 37 <tr> 38 <th>Windows Binaries</th> 39 <td><a href="http://gnuwin32.sourceforge.net/packages/libtiff.htm">GnuWin32 Project</a></td> 40 </tr> 41 <tr> 42 <th>Mailing List</th> 43 <td><a href="mailto:[email protected]">[email protected]</a>, 44 <a href="http://lists.maptools.org/mailman/listinfo/tiff/">Subscription</a>, 45 <a href="http://www.awaresystems.be/imaging/tiff/tml.html">Archive</a>. 46 Please, read the <a href="http://www.awaresystems.be/imaging/tiff/faq.html">TIFF FAQ</a> 47 before asking questions.</td> 48 </tr> 49 <tr> 50 <th>Anonymous CVS</th> 51 <td><tt>export CVSROOT=:pserver:[email protected]:/cvs/maptools/cvsroot<br> 52 cvs login</tt><br> 53 (use empty password)<br> 54 <tt>cvs checkout -r branch-3-9 libtiff<br></tt> 55 to get stable libtiff branch, or<br> 56 <tt>cvs checkout libtiff</tt><br> 57 to get bleeding edge development version of libtiff from CVS HEAD.</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 70 simple manipulations of TIFF images, and documentation on the 71 library and tools. Libtiff is a portable software, it was built 72 and tested on various systems: UNIX flavors (Linux, BSD, Solaris, 73 MacOS X), Windows, and OpenVMS. It should be possible to port 74 libtiff and additional tools on other OSes. 75 </p> 76 <p> 77 The library, along with associated tool programs, should handle most of 78 your needs for reading and writing TIFF images on 32- and 64-bit 79 machines. 80 </p> 81 <p> 82 The software was originally authored and maintained by Sam Leffler. 83 </p> 84 <p> 85 Questions should be sent to the TIFF mailing list: 86 <a href="mailto:[email protected]">[email protected]</a>, with 87 a subscription interface at 88 <a href="http://lists.maptools.org/mailman/listinfo/tiff">http://lists.maptools.org/mailman/listinfo/tiff</a>. 89 </p> 90 <p> 91 The persons responsible for putting up this site and putting together 92 versions >= 3.5.1 are 93 <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>, 94 <a href="mailto:[email protected]">Andrey Kiselev</a>, 95 <a href="mailto:[email protected]">Bob Friesenhahn</a>, 96 Joris Van Damme and Lee Howard. 97 </p> 98 <p> 99 The following sections are included in this documentation: 100 </p> 101 <ul> 102 <li><a href="support.html">TIFF 6.0 specification coverage</a></li> 103 <li><a href="libtiff.html">Using the TIFF Library</a></li> 104 <li><a href="internals.html">Modifying the TIFF Library</a> 105 and <a href="addingtags.html">Adding New Tags</a></li> 106 <li><a href="tools.html">TIFF tools overview</a></li> 107 <li><a href="contrib.html">Contributed software</a></li> 108 <li><a href="document.html">TIFF documentation</a></li> 109 <li><a href="build.html">Building the software distribution</a></li> 110 <li><a href="bugs.html">Bugs, Bugzilla, and the TIFF mailing list</a></li> 111 <li><a href="images.html">Test images</a></li> 112 <li><a href="misc.html">Acknowledgements and copyright issues</a></li> 113 <li><a href="man/index.html">Man Pages</a></li> 114 </ul> 115 <p> 116 <b>BigTIFF News</b> 117 </p> 118 <ul> 119 <li><a href="BigTIFFProposal.html">BigTIFF project proposal</a> (work is completed!)</li> 120 <li><a href="bigtiffpr.html">Press release: Currently extending LibTiff</a> (work is completed!)</li> 121 </ul> 122 <hr> 123 <p> 124 Last updated $Date: 2011-04-09 21:07:41 $. 125 </p> 126</body> 127</html> 128