Leptonica 1.68
C Image Processing Library
|
Tests writing of images in PS, with arbitrary scaling and translation, in the following formats: uncompressed DCT compressed (jpeg for 8 bpp grayscale and RGB) CCITT-G4 compressed (g4 fax compression for 1 bpp) Flate compressed (gzip compression) More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
char * | WeaselNames [] |
Tests writing of images in PS, with arbitrary scaling and translation, in the following formats: uncompressed DCT compressed (jpeg for 8 bpp grayscale and RGB) CCITT-G4 compressed (g4 fax compression for 1 bpp) Flate compressed (gzip compression)
Definition in file psio_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 41 of file psio_reg.c.
References boxCreate(), boxDestroy(), convertFlateToPS(), convertFlateToPSEmbed(), convertG4ToPS(), convertG4ToPSEmbed(), convertJpegToPS(), convertJpegToPSEmbed(), convertSegmentedPagesToPS(), IFF_JFIF_JPEG, L_COPY, L_MIN, lept_fclose(), lept_fopen(), NULL, pixaDestroy(), pixaReadFilesSA(), pixaWriteCompressedToPS(), pixConvertTo32(), pixDestroy(), pixGetDimensions(), pixRead(), pixScaleToSize(), pixWrite(), pixWriteStreamPS(), regTestCheckFile(), regTestCleanup(), regTestSetup(), sarrayAddString(), sarrayCreate(), sarrayDestroy(), and WeaselNames.
char* WeaselNames[] |
{(char *)"weasel2.4c.png", (char *)"weasel2.4g.png", (char *)"weasel2.png", (char *)"weasel4.11c.png", (char *)"weasel4.8g.png", (char *)"weasel4.16g.png", (char *)"weasel8.16g.png", (char *)"weasel8.149g.png", (char *)"weasel8.240c.png", (char *)"weasel8.png", (char *)"weasel32.png"}
Definition at line 30 of file psio_reg.c.
Referenced by main().