Leptonica 1.68
C Image Processing Library
|
Runs a number of tests on reading and writing of Sels. More...
#include <string.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const char * | textsel1 = "xxxxxx" |
static const char * | textsel2 = "xxxxxx" |
static const char * | textsel3 = "x oo " |
static const char * | textsel4 = " oo x" |
Runs a number of tests on reading and writing of Sels.
Definition in file selio_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 48 of file selio_reg.c.
References L_RegParams::display, IFF_PNG, NULL, pixDestroy(), pixDisplayWithTitle(), regTestCheckFile(), regTestCleanup(), regTestCompareFiles(), regTestSetup(), regTestWritePixAndCheck(), selaAddBasic(), selaAddSel(), selaCreate(), selaCreateFromFile(), selaDestroy(), selaDisplayInPix(), selaRead(), selaWrite(), selCreateFromString(), textsel1, textsel2, textsel3, and textsel4.
const char* textsel1 = "xxxxxx" [static] |
Definition at line 26 of file selio_reg.c.
Referenced by main().
const char* textsel2 = "xxxxxx" [static] |
Definition at line 31 of file selio_reg.c.
Referenced by main().
const char* textsel3 = "x oo " [static] |
Definition at line 36 of file selio_reg.c.
Referenced by main().
const char* textsel4 = " oo x" [static] |
Definition at line 41 of file selio_reg.c.
Referenced by main().