From 8deaff17c24f20c1ea30fa634244fca5a9d85646 Mon Sep 17 00:00:00 2001 From: Mike Welles Date: Mon, 6 Sep 1999 15:25:10 +0000 Subject: [PATCH] added mailling list information to index.html, added IPTC inforamtion to libtiff man page. --- html/index.html | 12 ++++-------- man/libtiff.3t | 10 +++++++++- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/html/index.html b/html/index.html index 4c233c77..e7729a16 100644 --- a/html/index.html +++ b/html/index.html @@ -18,6 +18,9 @@ TIFF Software Latest Software: v3.5.1
Master FTP Site: ftp.onshore.com , directory pub/libtiff (Active mode FTP only!)
HTTP Download: http://www.libtiff.org/tiff-v3.5.1.tar.gz
+Mailing List: tiff@olympiakos.com
+Mailing List Subscription: tiff-request@olympiakos.com ("subscribe tiff" in body of message).
+Mailing List Archive: http://www.remotesensing.org/lists/libtiff_archive/maillist.html
Anon CVS:
         export CVSROOT=:pserver:anonymous@remotesensing.org:/cvsroot
         cvs login # use password "anonymous" 
@@ -25,13 +28,6 @@ TIFF Software
 

- - -
-
-
-
-

This software provides support for the Tag Image File Format (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:


-$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 $ diff --git a/man/libtiff.3t b/man/libtiff.3t index 00b0ff12..1dfa5154 100644 --- a/man/libtiff.3t +++ b/man/libtiff.3t @@ -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.