summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorolivier <olivier>2010-05-06 02:54:46 +0000
committerolivier <olivier>2010-05-06 02:54:46 +0000
commita87273d9547d8170934f16a23e491ae589c0c512 (patch)
treeb09d75925c707957deda226213f745c8df75d31a /man
parentd2ee33c2233b9b1826b2c5bf484f65443ac217bd (diff)
downloadlibtiff-a87273d9547d8170934f16a23e491ae589c0c512.tar.gz
* man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect the
fact that libtiff considers TIFFTAG_REFERENCEBLACKWHITE to be 6 floats.
Diffstat (limited to 'man')
-rw-r--r--man/TIFFGetField.3tiff4
-rw-r--r--man/TIFFSetField.3tiff4
2 files changed, 4 insertions, 4 deletions
diff --git a/man/TIFFGetField.3tiff b/man/TIFFGetField.3tiff
index 8cf3c51b..4d241ab2 100644
--- a/man/TIFFGetField.3tiff
+++ b/man/TIFFGetField.3tiff
@@ -1,4 +1,4 @@
-.\" $Id: TIFFGetField.3tiff,v 1.4 2006-01-02 23:50:44 bfriesen Exp $
+.\" $Id: TIFFGetField.3tiff,v 1.5 2010-05-06 02:54:46 olivier Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -147,7 +147,7 @@ TIFFTAG_PHOTOSHOP 2 uint32*,void** count, data
TIFFTAG_PLANARCONFIG 1 uint16*
TIFFTAG_PREDICTOR 1 uint16*
TIFFTAG_PRIMARYCHROMATICITIES 1 float** 6-entry array
-TIFFTAG_REFERENCEBLACKWHITE 1 float** 2*SamplesPerPixel array
+TIFFTAG_REFERENCEBLACKWHITE 1 float** 6-entry array
TIFFTAG_RESOLUTIONUNIT 1 uint16*
TIFFTAG_RICHTIFFIPTC 2 uint32*,void** count, data
TIFFTAG_ROWSPERSTRIP 1 uint32*
diff --git a/man/TIFFSetField.3tiff b/man/TIFFSetField.3tiff
index 42dbf948..33e94717 100644
--- a/man/TIFFSetField.3tiff
+++ b/man/TIFFSetField.3tiff
@@ -1,4 +1,4 @@
-.\" $Id: TIFFSetField.3tiff,v 1.4 2006-01-02 23:50:44 bfriesen Exp $
+.\" $Id: TIFFSetField.3tiff,v 1.5 2010-05-06 02:54:46 olivier Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -146,7 +146,7 @@ TIFFTAG_PHOTOSHOP ? uint32,void* count, data
TIFFTAG_PLANARCONFIG 1 uint16 \(dg
TIFFTAG_PREDICTOR 1 uint16 \(dg
TIFFTAG_PRIMARYCHROMATICITIES 1 float* 6-entry array
-TIFFTAG_REFERENCEBLACKWHITE 1 float* \(dg 2*SamplesPerPixel array
+TIFFTAG_REFERENCEBLACKWHITE 1 float* \(dg 6-entry array
TIFFTAG_RESOLUTIONUNIT 1 uint16
TIFFTAG_RICHTIFFIPTC 2 uint32,void* count, data
TIFFTAG_ROWSPERSTRIP 1 uint32 \(dg must be > 0