From d479dd1aab1c1cb907932c6595b0ef33523fc797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 Nov 2015 07:14:47 +0100 Subject: Imported Upstream version 1.8.3 --- tiff/html/man/TIFFFieldTag.3tiff.html | 88 ----------------------------------- 1 file changed, 88 deletions(-) delete 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 deleted file mode 100755 index d1cc04a..0000000 --- a/tiff/html/man/TIFFFieldTag.3tiff.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - -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