added mailling list information to index.html, added IPTC inforamtion to libtiff man page.

This commit is contained in:
Mike Welles 1999-09-06 15:25:10 +00:00
parent 6f703bd090
commit 8deaff17c2
2 changed files with 13 additions and 9 deletions

View File

@ -18,6 +18,9 @@ TIFF Software
<B>Latest Software</B>: <A HREF="v3.5.1.html">v3.5.1</A><BR>
<B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com</A> , directory pub/libtiff (Active mode FTP only!)<BR>
<B>HTTP Download</B>: <A HREF=http://www.libtiff.org/tiff-v3.5.1.tar.gz>http://www.libtiff.org/tiff-v3.5.1.tar.gz</a><BR>
<B>Mailing List</B>: <a href=mailto:tiff@olypiakos.com>tiff@olympiakos.com</a> <BR>
<B>Mailing List Subscription</b>: <a href=mailto:tiff-request@olypiakos.com>tiff-request@olympiakos.com</a> ("subscribe tiff" in body of message). <BR>
<B>Mailing List Archive</b>: <A HREF= http://www.remotesensing.org/lists/libtiff_archive/maillist.html>http://www.remotesensing.org/lists/libtiff_archive/maillist.html</A> <BR>
<B>Anon CVS</B>:<pre>
export CVSROOT=:pserver:anonymous@remotesensing.org:/cvsroot
cvs login # use password "anonymous"
@ -25,13 +28,6 @@ TIFF Software
</pre>
<br>
<BR CLEAR=left>
<PRE>
</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
@ -85,7 +81,7 @@ The following sections are included in this documentation:
<P>
<HR>
<em>
$Id: index.html,v 1.12 1999-08-25 17:43:19 mwelles Exp $
$Id: index.html,v 1.13 1999-09-06 15:25:10 mwelles Exp $
</em>
</BODY>

View File

@ -1,4 +1,4 @@
.\" $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/libtiff.3t,v 1.1 1999-07-27 21:50:27 mike Exp $
.\" $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/libtiff.3t,v 1.2 1999-09-06 15:25:10 mwelles Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@ -384,6 +384,14 @@ or for other purposes.
The default value is a pointer to a builtin function that images
packed bilevel data.
.TP
.B TIFFTAG_IPTCNEWSPHOTO
Tag contaings image metadata per the IPTC newsphoto spec: Headline,
captioning, credit, etc... Used by most wire services.
.TP
.B TIFFTAG_PHOTOSHOP
Tag contains Photoshop captioning information and metadata. Photoshop
uses in parallel and redundantly alongside IPTCNEWSPHOTO information.
.TP
.B TIFFTAG_JPEGQUALITY
Control the compression quality level used in the baseline algorithm.
Note that quality levels are in the range 0-100 with a default value of 75.