From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- tiff/html/man/TIFFDataWidth.3tiff.html | 98 ---------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 tiff/html/man/TIFFDataWidth.3tiff.html (limited to 'tiff/html/man/TIFFDataWidth.3tiff.html') diff --git a/tiff/html/man/TIFFDataWidth.3tiff.html b/tiff/html/man/TIFFDataWidth.3tiff.html deleted file mode 100644 index 237296e..0000000 --- a/tiff/html/man/TIFFDataWidth.3tiff.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - -TIFFDataWidth - - - -

TIFFDataWidth

-NAME
-SYNOPSIS
-DESCRIPTION
-RETURN VALUES
-SEE ALSO
- -
- -

NAME

- - - - - -
-

TIFFDataWidth − Get the size of TIFF data types

-
- -

SYNOPSIS

- - - - - -
-

#include <tiffio.h>

- -

int TIFFDataWidth(TIFFDataType -type)

-
- -

DESCRIPTION

- - - - - -
-

TIFFDataWidth returns a size of type in -bytes. Currently following data types are supported:
-TIFF_BYTE
-TIFF_ASCII
-TIFF_SBYTE
-TIFF_UNDEFINED
-TIFF_SHORT
-TIFF_SSHORT
-TIFF_LONG
-TIFF_SLONG
-TIFF_FLOAT
-TIFF_IFD
-TIFF_RATIONAL
-TIFF_SRATIONAL
-TIFF_DOUBLE

-
- -

RETURN VALUES

- - - - - -
-

TIFFDataWidth returns a number of bytes occupied -by the item of given type. 0 returned when uknown data type -supplied.

-
- -

SEE ALSO

- - - - - -
-

libtiff(3TIFF),

- -

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

-
-
- - -- cgit v1.2.3