|
NAMETIFFFieldName - Get TIFF field name from field informationSYNOPSIS#include <tiffio.h>const char* TIFFFieldName(const TIFFField* fip) DESCRIPTIONTIFFFieldName returns the textual name for a TIFF field.fip is a field information pointer previously returned by
TIFFFindField, TIFFFieldWithTag, or TIFFFieldWithName.
RETURN VALUESTIFFFieldName returns a constant C string.SEE ALSOlibtiff(3TIFF),Libtiff library home page: http://www.simplesystems.org/libtiff/
Visit the GSP FreeBSD Man Page Interface. |