Leptonica 1.68
C Image Processing Library
|
Generates pdf of image tiles. Rotates the image before tiling if the tiles otherwise will have larger width than height. 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 |
Generates pdf of image tiles. Rotates the image before tiling if the tiles otherwise will have larger width than height.
Definition in file splitimage2pdf.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 35 of file splitimage2pdf.c.
References convertG4ToPS(), convertJpegToPS(), ERROR_INT, FALSE, filein, FILL_FACTOR, IFF_JFIF_JPEG, IFF_TIFF_G4, L_CLONE, L_MIN, lept_rm(), NULL, nx, ny, pixaDestroy(), pixaGetCount(), pixaGetPix(), pixaSplitPix(), pixClone(), pixDestroy(), pixGetDepth(), pixGetHeight(), pixGetWidth(), pixRead(), pixRotate90(), pixWrite(), and TRUE.
const l_float32 FILL_FACTOR = 0.95 [static] |
Definition at line 32 of file splitimage2pdf.c.
Referenced by main().