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/TIFFFieldTag.3tiff.html | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100755 tiff/html/man/TIFFFieldTag.3tiff.html (limited to 'tiff/html/man/TIFFFieldTag.3tiff.html') diff --git a/tiff/html/man/TIFFFieldTag.3tiff.html b/tiff/html/man/TIFFFieldTag.3tiff.html new file mode 100755 index 0000000..d1cc04a --- /dev/null +++ b/tiff/html/man/TIFFFieldTag.3tiff.html @@ -0,0 +1,88 @@ + + + + + + + + + +TIFFFieldTag + + + + +

TIFFFieldTag

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

NAME + +

+ + +

TIFFFieldTag +− Get TIFF field tag value from field information

+ +

SYNOPSIS + +

+ + +

#include +<tiffio.h>

+ +

uint32 +TIFFFieldTag(const TIFFField* fip)

+ +

DESCRIPTION + +

+ + + +

TIFFFieldTag +returns the numeric tag value for a TIFF field. This can be +compared to various constants exported by the libtiff +header files, such as TIFFTAG_IMAGEWIDTH.

+ +

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

+ +

RETURN VALUES + +

+ + + +

TIFFFieldTag +returns an integer tag value.

+ +

SEE ALSO + +

+ + + +

libtiff(3TIFF),

+ +

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

+
+ + -- cgit v1.2.3