Leptonica 1.68
C Image Processing Library
|
Tests transparency and cleaning under alpha. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const l_int32 | SHOW = 0 |
Tests transparency and cleaning under alpha.
Definition in file alphaclean_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file alphaclean_reg.c.
References ERROR_INT, IFF_JFIF_JPEG, L_ALPHA_CHANNEL, nbytesInFile(), NULL, pixaCreate(), pixaDestroy(), pixaDisplay(), pixBlendWithGrayMask(), pixBlockconvGray(), pixConvert1To8(), pixCreateTemplate(), pixDestroy(), pixDisplay(), pixDisplayWithTitle(), pixGetDimensions(), pixRead(), pixSaveTiled(), pixScaleToSize(), pixSetRGBComponent(), pixSetUnderTransparency(), pixWrite(), pixWriteRGBAPng(), and SHOW.
Definition at line 26 of file alphaclean_reg.c.
Referenced by main().