Leptonica 1.68
C Image Processing Library
|
Exploration of multi-page tiff I/O and writing special tiff tags. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const char * | tempmtiff = "/tmp/junkmtiff" |
static const char * | tempnewmtiff = "/tmp/junknewmtiff" |
Exploration of multi-page tiff I/O and writing special tiff tags.
Definition in file mtifftest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file mtifftest.c.
References convertTiffMultipageToPS(), ERROR_INT, fileFormatIsTiff(), filein, filename, fprintTiffInfo(), genPathname(), getFilenamesInDirectory(), IFF_TIFF_G4, L_CLONE, L_INSERT, L_SORT_INCREASING, lept_fclose(), lept_fopen(), lept_free(), NULL, numaAddNumber(), numaCreate(), numaDestroy(), pixaAddPix(), pixaCreate(), pixaDestroy(), pixaDisplayTiledInRows(), pixaGetPix(), pixaReadMultipageTiff(), pixDestroy(), pixDisplay(), pixRead(), pixReadTiff(), pixWrite(), pixWriteTiff(), pixWriteTiffCustom(), sarrayAddString(), sarrayCreate(), sarrayDestroy(), sarrayGetCount(), sarrayGetString(), sarraySort(), sarrayWriteStream(), tempmtiff, tempnewmtiff, tiffGetCount(), and writeMultipageTiff().
const char* tempmtiff = "/tmp/junkmtiff" [static] |
Definition at line 27 of file mtifftest.c.
Referenced by main().
const char* tempnewmtiff = "/tmp/junknewmtiff" [static] |
Definition at line 28 of file mtifftest.c.
Referenced by main().