#include "tiffiop.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Defines |
| #define | NPHOTONAMES (sizeof (photoNames) / sizeof (photoNames[0])) |
| #define | NORIENTNAMES (sizeof (orientNames) / sizeof (orientNames[0])) |
Functions |
| static void | _TIFFPrintField (FILE *fd, const TIFFFieldInfo *fip, uint32 value_count, void *raw_data) |
| static int | _TIFFPrettyPrintField (TIFF *tif, FILE *fd, ttag_t tag, uint32 value_count, void *raw_data) |
| void | TIFFPrintDirectory (TIFF *tif, FILE *fd, long flags) |
| void | _TIFFprintAscii (FILE *fd, const char *cp) |
| void | _TIFFprintAsciiTag (FILE *fd, const char *name, const char *value) |
Variables |
| static const char * | photoNames [] |
| static const char * | orientNames [] |