summaryrefslogtreecommitdiff
path: root/man/TIFFSetField.3t
diff options
context:
space:
mode:
Diffstat (limited to 'man/TIFFSetField.3t')
-rw-r--r--man/TIFFSetField.3t13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/TIFFSetField.3t b/man/TIFFSetField.3t
index f292733a..0c7a29d3 100644
--- a/man/TIFFSetField.3t
+++ b/man/TIFFSetField.3t
@@ -1,4 +1,4 @@
-.\" $Header: /usr/people/sam/tiff/man/RCS/TIFFSetField.3t,v 1.15 1995/10/11 19:45:29 sam Exp $
+.\" $Header: /usr/people/sam/tiff/man/RCS/TIFFSetField.3t,v 1.16 1996/12/13 05:25:58 sam Exp $
.\"
.\" Copyright (c) 1988-1995 Sam Leffler
.\" Copyright (c) 1991-1995 Silicon Graphics, Inc.
@@ -89,6 +89,9 @@ is an unsigned 16-bit value;
is an unsigned 32-bit value;
.I uint16*
is an array of unsigned 16-bit values.
+.I void*
+is an array of data values of unspecified type.
+
Consult the
.SM TIFF
specification for information on the meaning of each tag.
@@ -161,15 +164,23 @@ TIFFTAG_YCBCRPOSITIONING 1 uint16 \(dg
TIFFTAG_YCBCRSAMPLING 2 uint16 \(dg
TIFFTAG_YPOSITION 1 float
TIFFTAG_YRESOLUTION 1 float
+TIFFTAG_ICCPROFILE 2 uint32,void* count, profile data*
.fi
.sp 5p
\(dg Tag may not have its values changed once data is written.
.br
+.fi
\(dd
If
.I SamplesPerPixel
is one, then a single array is passed; otherwise three arrays should be
passed.
+.fi
+* The contents of this field are quite complex. See
+.IR "The ICC Profile Format Specification" ,
+Annex B.3 "Embedding ICC Profiles in TIFF Files"
+(available at http://www.color.org) for an explanation.
+.br
.SH "RETURN VALUES"
1 is returned if the tag is defined in the current
directory; otherwise a 0 is returned.