summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libtiff/html/index.html
diff options
context:
space:
mode:
authorQt by Nokia <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commit38be0d13830efd2d98281c645c3a60afe05ffece (patch)
tree6ea73f3ec77f7d153333779883e8120f82820abe /src/3rdparty/libtiff/html/index.html
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
Diffstat (limited to 'src/3rdparty/libtiff/html/index.html')
-rw-r--r--src/3rdparty/libtiff/html/index.html123
1 files changed, 123 insertions, 0 deletions
diff --git a/src/3rdparty/libtiff/html/index.html b/src/3rdparty/libtiff/html/index.html
new file mode 100644
index 0000000000..e43a708640
--- /dev/null
+++ b/src/3rdparty/libtiff/html/index.html
@@ -0,0 +1,123 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+<head>
+ <title>LibTIFF - TIFF Library and Utilities</title>
+ <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+ <meta http-equiv="content-language" content="en">
+ <style type="text/css">
+ <!--
+ th {text-align: left; vertical-align: top; padding-right: 1em; white-space: nowrap}
+ -->
+ </style>
+</head>
+<body lang="en" text="#000000" bgcolor="#ffffff" link="#0000ff" alink="#0000ff" vlink="#0000ff">
+ <h1>LibTIFF - TIFF Library and Utilities</h1>
+ <hr>
+ <table cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <th>Home Page</th>
+ <td><a href="http://www.remotesensing.org/libtiff/" title="Home of the LibTIFF software">http://www.remotesensing.org/libtiff/</a></td>
+ </tr>
+ <tr>
+ <th>Home Page Mirror</th>
+ <td><a href="http://libtiff.maptools.org/" title="Mirror of the LibTIFF software">http://libtiff.maptools.org/</a></td>
+ </tr>
+ <tr>
+ <th>Latest Stable Release</th>
+ <td><a href="v3.9.2.html">v3.9.2</a></td>
+ </tr>
+ <tr>
+ <th>Master Download Site</th>
+ <td><a href="ftp://ftp.remotesensing.org/pub/libtiff">ftp.remotesensing.org</a>, directory pub/libtiff</td>
+ </tr>
+ <tr>
+ <th>Mirror Download Site</th>
+ <td><a href="http://libtiff.maptools.org/dl/">http://libtiff.maptools.org/dl/</a></td>
+ </tr>
+ <tr>
+ <th>Windows Binaries</th>
+ <td><a href="http://gnuwin32.sourceforge.net/packages/libtiff.htm">GnuWin32 Project</a></td>
+ </tr>
+ <tr>
+ <th>Mailing List</th>
+ <td><a href="mailto:tiff@lists.maptools.org">tiff@lists.maptools.org</a>,
+ <a href="http://lists.maptools.org/mailman/listinfo/tiff/">Subscription</a>,
+ <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>
+ before asking questions.</td>
+ </tr>
+ <tr>
+ <th>Anonymous CVS</th>
+ <td><tt>export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot<br>
+ cvs login</tt><br>
+ (use empty password)<br>
+ <tt>cvs checkout -r branch-3-9 libtiff<br></tt>
+ to get stable libtiff branch, or<br>
+ <tt>cvs checkout libtiff</tt><br>
+ to get bleeding edge development version of libtiff from CVS HEAD.</td>
+ </tr>
+ </table>
+ <hr>
+ <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.
+ </p>
+ <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, and documentation on the
+ library and tools. Libtiff is a portable software, it was built and
+ tested on various systems: UNIX flavors (Linux, BSD, Solaris, MacOS X),
+ Windows, OpenVMS. It should be possible to port libtiff and additional
+ tools on other OSes.
+ </p>
+ <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.
+ </p>
+ <p>
+ The software was originally 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>
+ <p>
+ Questions should be sent to the TIFF mailing list:
+ <a 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>
+ <p>
+ The persons responsible for putting up this site and putting together
+ versions &gt;= 3.5.1 are
+ <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>,
+ <a href="mailto:dron@ak4719.spb.edu">Andrey Kiselev</a>, Bob Friesenhahn,
+Joris Van Damme and Lee Howard.
+ </p>
+ <p>
+ The following sections are included in this documentation:
+ </p>
+ <ul>
+ <li><a href="support.html">TIFF 6.0 specification coverage</a></li>
+ <li><a href="libtiff.html">Using the TIFF Library</a></li>
+ <li><a href="internals.html">Modifying the TIFF Library</a>
+ and <a href="addingtags.html">Adding New Tags</a></li>
+ <li><a href="tools.html">TIFF tools overview</a></li>
+ <li><a href="contrib.html">Contributed software</a></li>
+ <li><a href="document.html">TIFF documentation</a></li>
+ <li><a href="build.html">Building the software distribution</a></li>
+ <li><a href="bugs.html">Bugs, Bugzilla, and the TIFF mailing list</a></li>
+ <li><a href="images.html">Test images</a></li>
+ <li><a href="misc.html">Acknowledgements and copyright issues</a></li>
+ <li><a href="man/index.html">Man Pages</a></li>
+ </ul>
+ <hr>
+ <p>
+ Last updated $Date: 2009-08-28 16:24:13 $.
+ </p>
+</body>
+</html>