diff -r 000000000000 -r 1918ee327afb src/3rdparty/libtiff/html/man/TIFFDataWidth.3tiff.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/3rdparty/libtiff/html/man/TIFFDataWidth.3tiff.html Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,98 @@ + + + + + + +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/

+
+
+ +