Functions |
| const TIFFFieldInfo * | _TIFFGetFieldInfo (size_t *size) |
| const TIFFFieldInfo * | _TIFFGetExifFieldInfo (size_t *size) |
| void | _TIFFSetupFieldInfo (TIFF *tif, const TIFFFieldInfo info[], size_t n) |
| static int | tagCompare (const void *a, const void *b) |
| static int | tagNameCompare (const void *a, const void *b) |
| void | TIFFMergeFieldInfo (TIFF *tif, const TIFFFieldInfo info[], int n) |
| int | _TIFFMergeFieldInfo (TIFF *tif, const TIFFFieldInfo info[], int n) |
| void | _TIFFPrintFieldInfo (TIFF *tif, FILE *fd) |
| int | TIFFDataWidth (TIFFDataType type) |
| int | _TIFFDataSize (TIFFDataType type) |
| TIFFDataType | _TIFFSampleToTagType (TIFF *tif) |
| const TIFFFieldInfo * | _TIFFFindFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType dt) |
| const TIFFFieldInfo * | _TIFFFindFieldInfoByName (TIFF *tif, const char *field_name, TIFFDataType dt) |
| const TIFFFieldInfo * | _TIFFFieldWithTag (TIFF *tif, ttag_t tag) |
| const TIFFFieldInfo * | _TIFFFieldWithName (TIFF *tif, const char *field_name) |
| const TIFFFieldInfo * | _TIFFFindOrRegisterFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType dt) |
| TIFFFieldInfo * | _TIFFCreateAnonFieldInfo (TIFF *tif, ttag_t tag, TIFFDataType field_type) |
Variables |
| static const TIFFFieldInfo | tiffFieldInfo [] |
| static const TIFFFieldInfo | exifFieldInfo [] |