Leptonica 1.68
C Image Processing Library
|
Tests all I/O except multipage/custom tiff and PostScript, which are separately tested in mtifftest and psiotest, respectively. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
LEPT_DLL const char * | ImageFileFormatExtensions [] |
Tests all I/O except multipage/custom tiff and PostScript, which are separately tested in mtifftest and psiotest, respectively.
Definition in file iotest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file iotest.c.
References ERROR_INT, filein, fprintTiffInfo(), IFF_BMP, IFF_JFIF_JPEG, IFF_PNG, IFF_PNM, IFF_PS, IFF_TIFF, IFF_TIFF_G3, IFF_TIFF_G4, IFF_TIFF_PACKBITS, ImageFileFormatExtensions, lept_fclose(), lept_fopen(), NULL, pixcmapDestroy(), pixcmapReadStream(), pixcmapWriteStream(), pixConvertGrayToColormap(), pixConvertRGBToColormap(), pixCountPixels(), pixDestroy(), pixGetColormap(), pixGetDepth(), pixGetDimensions(), pixGetHeight(), pixGetInputFormat(), pixGetText(), pixGetWidth(), pixGetWpl(), pixGetXRes(), pixRead(), pixReadJpeg(), pixRemoveColormap(), pixWrite(), pixWriteJpeg(), readHeaderTiff(), and REMOVE_CMAP_BASED_ON_SRC.
LEPT_DLL const char* ImageFileFormatExtensions[] |
Definition at line 80 of file writefile.c.