Leptonica 1.68
C Image Processing Library
|
Prints an image file on multiple pages. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const l_float32 | FILL_FACTOR = 0.95 |
Prints an image file on multiple pages.
Definition in file printsplitimage.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 44 of file printsplitimage.c.
References ERROR_INT, filein, FILL_FACTOR, L_CLONE, L_MIN, lept_fclose(), lept_fopen(), NULL, nx, ny, pixaDestroy(), pixaGetCount(), pixaGetPix(), pixaSplitPix(), pixClone(), pixDestroy(), pixGetHeight(), pixGetWidth(), pixRead(), pixRotate90(), pixWriteStreamPS(), sarrayAddString(), sarrayCreate(), sarrayDestroy(), and sarrayGetString().
const l_float32 FILL_FACTOR = 0.95 [static] |
Definition at line 41 of file printsplitimage.c.
Referenced by main().