TIFFFieldName.3tiff - Man Page
Get TIFF field name from field information
Synopsis
#include <tiffio.h>
const char* TIFFFieldName(const TIFFField* fip)
Description
TIFFFieldName returns the textual name for a TIFF field.
fip is a field information pointer previously returned by TIFFFindField, TIFFFieldWithTag, or TIFFFieldWithName.
Return Values
TIFFFieldName returns a constant C string.
See Also
libtiff(3TIFF),
Libtiff library home page: http://www.simplesystems.org/libtiff/
Info
July 26, 2012 libtiff