Leptonica 1.68
C Image Processing Library
|
Generates a single image tiling of all images in a directory whose filename contains a given substring. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const l_int32 | BACKGROUND_COLOR = 0 |
static const l_int32 | SPACING = 25 |
static const l_int32 | BLACK_BORDER = 2 |
Generates a single image tiling of all images in a directory whose filename contains a given substring.
Definition in file scaleandtile.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 46 of file scaleandtile.c.
References BACKGROUND_COLOR, BLACK_BORDER, ERROR_INT, IFF_JFIF_JPEG, IFF_PNG, ncols, NULL, pixaDestroy(), pixaDisplayTiledAndScaled(), pixaGetCount(), pixaReadFiles(), pixDestroy(), pixWrite(), and SPACING.
const l_int32 BACKGROUND_COLOR = 0 [static] |
Definition at line 41 of file scaleandtile.c.
Referenced by main().
Definition at line 42 of file scaleandtile.c.
Referenced by main().
const l_int32 BLACK_BORDER = 2 [static] |
Definition at line 43 of file scaleandtile.c.
Referenced by main().