|
NAMETIFFFieldDataType - Get TIFF data type from field informationSYNOPSIS#include <tiffio.h>TIFFDataType TIFFFieldDataType(const TIFFField* fip) DESCRIPTIONTIFFFieldDataType returns the data type stored in a TIFF field.fip is a field information pointer previously returned by
TIFFFindField, TIFFFieldWithTag, or TIFFFieldWithName.
RETURN VALUESTIFFFieldDataType returns a member of the enum type TIFFDataType.SEE ALSOlibtiff(3TIFF),Libtiff library home page: http://www.simplesystems.org/libtiff/
Visit the GSP FreeBSD Man Page Interface. |