summaryrefslogtreecommitdiff
path: root/html/index.html
blob: be1e40863b0d1b666a3598b37d2184206667d1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<HTML>
<HEAD>
<TITLE>
TIFF Software
</TITLE>
</HEAD>
<BODY BGCOLOR=white> 
<FONT FACE="Helvetica, Sans, Arial">
<H1>
LibTIFF Software
<HR SIZE=4 WIDTH=55% ALIGN=left>
</H1>

<B>Home Page</B>: <A HREF="http://www.libtiff.org/">
  http://www.libtiff.org</A> <BR>
<B>Home Page Mirror</B>: <A HREF="http://www.remotesensing.org/libtiff/">
http://www.remotesensing.org/libtiff/</A> <BR>

<B>Latest Release</B>: <A HREF="v3.6.0.html">v3.6.0</A><BR>

<B>Latest Software</B>: <A HREF="v3.6.0.html">v3.6.0</A><BR>

<B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">ftp.remotesensing.org</A> , directory pub/libtiff<BR>

<B>Windows Binaries</B>: <A href="http://gnuwin32.sourceforge.net/packages/libtiff.htm">GnuWin32 Project</a><BR>

<B>LZW Compression Kit:</B> <A HREF="ftp://ftp.remotesensing.org/libtiff/libtiff-lzw-compression-kit-1.4.tar.gz">libtiff-lzw-compression-kit-1.4.tar.gz</A><BR>

<B>Mailing List</B>: <a href="mailto:tiff@remotesensing.org">tiff@remotesensing.org</a>, <a href="http://remotesensing.org/mailman/listinfo/tiff/">Subscription</a>, <A href="http://remotesensing.org/pipermail/tiff/">Recent Archives</a>, 
<A HREF="http://www.remotesensing.org/lists/libtiff_archive/maillist.html">Pre-July 2003 Archives</A>  <BR>

<B>Anonymous CVS</B>:<pre>
        export CVSROOT=:pserver:anonymous@remotesensing.org:/cvsroot
        cvs login # use password "anonymous" 
        cvs checkout libtiff
        cvs checkout libtiff-lzw-compression-kit
</pre>
<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,
as are a number of <A HREF= http://partners.adobe.com/asn/developer/technotes.html>Technical Notes (TTN's)</A>.

<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.

<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@remotesensing.org">tiff@remotesensing.org</A>, with
a subscription interface at <a href="http://remotesensing.org/mailman/listinfo/tiff">http://remotesensing.org/mailman/listinfo/tiff</a>.<p>


<p> The persons responsible for putting up this site and putting together 
versions >= 3.5.1 are 
<A HREF="http://pobox.com/~warmerdam">Frank Warmerdam</A>, <a href="mailto:dron@remotesensing.org">Andrey Kiselev</a>, Mike Welles and Dwight Kelly.<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>
<LI><A HREF="bugs.html">Bugs, Bugzilla, and the TIFF mailing list</A>
<LI><A HREF="images.html">Test images</A>
<LI><A HREF="misc.html">Acknowledgements and copyright issues</A>
<LI><A HREF="man/index.html">Man Pages</A> 
</UL>

<P>
<HR>
<em> 
$Id: index.html,v 1.49 2003-10-04 11:38:17 dron Exp $
</em> 

</BODY>
<FONT FACE="Arial, Helvetica, Sans">
</HTML>