Leptonica 1.68
C Image Processing Library
|
Prints a multipage tiff file to a printer. More...
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | TEMP_PS "/tmp/junk_printtiff.ps" |
#define | FILL_FACTOR 0.95 |
Functions | |
main (int argc, char **argv) |
Prints a multipage tiff file to a printer.
Definition in file printtiff.c.
#define TEMP_PS "/tmp/junk_printtiff.ps" |
Definition at line 33 of file printtiff.c.
Referenced by main().
#define FILL_FACTOR 0.95 |
Definition at line 34 of file printtiff.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file printtiff.c.
References convertTiffMultipageToPS(), ERROR_INT, filein, FILL_FACTOR, NULL, and TEMP_PS.