summaryrefslogtreecommitdiff
path: root/html/contrib.html
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2000-03-30 21:59:14 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2000-03-30 21:59:14 +0000
commite47f6b8049a920aac70d834812ab188e5d68a96c (patch)
tree46131e9da97e439c6684c7f4badc53f8ccc2acf3 /html/contrib.html
parent37854eca771064962237d31b00c542b96e613f36 (diff)
downloadlibtiff-git-e47f6b8049a920aac70d834812ab188e5d68a96c.tar.gz
added contrib/stream and contrib/addtiffo
Diffstat (limited to 'html/contrib.html')
-rw-r--r--html/contrib.html39
1 files changed, 35 insertions, 4 deletions
diff --git a/html/contrib.html b/html/contrib.html
index 1d386960..d537dc1a 100644
--- a/html/contrib.html
+++ b/html/contrib.html
@@ -57,11 +57,13 @@ two programs by Patrick Naughton for converting
<TR>
<TD VALIGN=top>
-<B>contrib/mac-mpw</B>
+<B>contrib/mac-mpw</B><br>
+<B>contrib/mac-cw</B>
</TD>
<TD>
scripts and files from Niles Ritter for building
- the library and tools under Macintosh/MPW C.
+the library and tools under Macintosh/MPW C and
+code warrior.
</TD>
</TR>
@@ -81,7 +83,8 @@ scripts and files from Peter Greenham for building
</TD>
<TD>
scripts and files from Scott Wagner for building
- the library under Windows NT and Windows 95.
+the library under Windows NT and Windows 95. (The makefile.vc in the
+libtiff/libtiff directory may be sufficient for most users.)
</TD>
</TR>
@@ -143,6 +146,34 @@ utility.
</TD>
</TR>
+<TR>
+<TD VALIGN=top>
+<B>contrib/addtiffo</B>
+</TD>
+
+<TD>
+
+A utility (and supporting subroutine) for building
+one or more reduce resolution
+overviews to an existing TIFF file. Supplied by
+<a href="mailto:warmerda@home.com">Frank Warmerdam</a>.
+
+</TD>
+</TR>
+
+<TR>
+<TD VALIGN=top>
+<B>contrib/stream</B>
+</TD>
+
+<TD>
+
+A class (TiffStream) for accessing TIFF files through a C++ stream
+interface. Supplied by <a href="mailto:avi@shutterfly.com">Avi Bleiweiss</a>.
+
+</TD>
+</TR>
+
</TABLE>
<P>
@@ -152,7 +183,7 @@ their authors.
<P>
<HR>
-Last updated: $Date: 1999-08-09 20:21:21 $
+Last updated: $Date: 2000-03-30 21:59:14 $
</BODY>
</HTML>