Leptonica 1.68
C Image Processing Library
|
Prints an image file. 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.
Definition in file printimage.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 38 of file printimage.c.
References ERROR_INT, filein, FILL_FACTOR, L_MIN, lept_fclose(), lept_fopen(), lept_rm(), NULL, pixClone(), pixDestroy(), pixGetDimensions(), pixRead(), pixRotate90(), and pixWriteStreamPS().
const l_float32 FILL_FACTOR = 0.95 [static] |
Definition at line 35 of file printimage.c.
Referenced by main().