Leptonica 1.68
C Image Processing Library
|
Regression test for compressed pix and compressed pix arrays in memory. More...
#include <math.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | DO_PNG 1 |
Functions | |
static void | get_format_data (l_int32 i, l_uint8 *data, size_t size) |
main (int argc, char **argv) | |
Variables | |
LEPT_DLL const char * | ImageFileFormatExtensions [] |
Regression test for compressed pix and compressed pix arrays in memory.
Definition in file pixcomp_reg.c.
#define DO_PNG 1 |
Definition at line 36 of file pixcomp_reg.c.
Definition at line 186 of file pixcomp_reg.c.
References ImageFileFormatExtensions, and pixReadHeaderMem().
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 38 of file pixcomp_reg.c.
References boxCreate(), boxDestroy(), PixComp::data, get_format_data(), IFF_DEFAULT, IFF_JFIF_JPEG, IFF_PNG, IFF_TIFF_G4, L_CLONE, L_ERROR, NULL, pixacompAddPix(), pixacompCreate(), pixacompCreateFromFiles(), pixacompCreateFromPixa(), pixacompDestroy(), pixacompDisplayTiledAndScaled(), pixacompGetCount(), pixacompGetPix(), pixacompGetPixcomp(), pixacompRead(), pixacompWrite(), pixacompWriteStreamInfo(), pixaCreate(), pixaCreateFromPixacomp(), pixaDestroy(), pixaDisplay(), pixaGetPix(), pixaWrite(), PixaComp::pixc, pixClipRectangle(), pixcompCreateFromPix(), pixcompDestroy(), pixcompWriteStreamInfo(), pixCreateFromPixcomp(), pixDestroy(), pixDisplay(), pixRead(), pixSaveTiledOutline(), pixScaleToGray6(), pixWrite(), and PixComp::size.
LEPT_DLL const char* ImageFileFormatExtensions[] |
Definition at line 80 of file writefile.c.