TIFFFieldDataType.3tiff - Man Page
Get TIFF data type from field information
Synopsis
#include <tiffio.h>
TIFFDataType TIFFFieldDataType(const TIFFField* fip)
Description
TIFFFieldDataType returns the data type stored in a TIFF field.
fip is a field information pointer previously returned by TIFFFindField, TIFFFieldWithTag, or TIFFFieldWithName.
Return Values
TIFFFieldDataType returns a member of the enum type TIFFDataType.
See Also
libtiff(3TIFF),
Libtiff library home page: http://www.simplesystems.org/libtiff/
Info
July 26, 2012 libtiff