From 9491825ddff7a294d1f49061bae7044e426aeb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 05:38:49 +0100 Subject: Imported Upstream version 1.8.3 --- tiff/html/man/TIFFFieldReadCount.3tiff.html | 101 ++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100755 tiff/html/man/TIFFFieldReadCount.3tiff.html (limited to 'tiff/html/man/TIFFFieldReadCount.3tiff.html') diff --git a/tiff/html/man/TIFFFieldReadCount.3tiff.html b/tiff/html/man/TIFFFieldReadCount.3tiff.html new file mode 100755 index 0000000..c77d4d3 --- /dev/null +++ b/tiff/html/man/TIFFFieldReadCount.3tiff.html @@ -0,0 +1,101 @@ + + + + + + + + + +TIFFFieldReadCount + + + + +

TIFFFieldReadCount

+ +NAME
+SYNOPSIS
+DESCRIPTION
+RETURN VALUES
+SEE ALSO
+ +
+ + +

NAME + +

+ + + +

TIFFFieldReadCount +− Get number of values to be read from field

+ +

SYNOPSIS + +

+ + +

#include +<tiffio.h>

+ +

int +TIFFFieldReadCount(const TIFFField* +fip)

+ +

DESCRIPTION + +

+ + + +

TIFFFieldReadCount +returns the number of values available to be read from the +specified TIFF field; that is, the number of arguments that +should be supplied to TIFFGetField. For most field +types this is a small positive integer, typically 1 or 2, +but there are some special values:
+TIFF_VARIABLE
indicates that a variable number of values +is possible; then, a uint16 count argument and +a pointer data argument must be supplied to +TIFFGetField.
+TIFF_VARIABLE2
is the same as TIFF_VARIABLE +except that the count argument must have type +uint32.
+TIFF_SPP
indicates that the number of arguments is equal +to the image’s number of samples per pixel.

+ +

fip is a +field information pointer previously returned by +TIFFFindField, TIFFFieldWithTag, or +TIFFFieldWithName.

+ +

RETURN VALUES + +

+ + + +

TIFFFieldReadCount +returns an integer.

+ +

SEE ALSO + +

+ + + +

libtiff(3TIFF),

+ +

Libtiff library +home page: http://www.remotesensing.org/libtiff/

+
+ + -- cgit v1.2.3