![]() |
Leptonica 1.68
C Image Processing Library
|
Regression test for pixBlendHardLight(). More...
#include "allheaders.h"Go to the source code of this file.
Functions | |
| static PIXA * | TestHardlight (const char *file1, const char *file2, L_REGPARAMS *rp) |
| main (int argc, char **argv) | |
Regression test for pixBlendHardLight().
Definition in file hardlight_reg.c.
| static PIXA * TestHardlight | ( | const char * | file1, |
| const char * | file2, | ||
| L_REGPARAMS * | rp | ||
| ) | [static] |
Definition at line 56 of file hardlight_reg.c.
References ERROR_PTR, IFF_PNG, NULL, pixaCreate(), pixBlendHardLight(), pixConvertGrayToColormap8(), pixConvertTo32(), pixDestroy(), pixGetDepth(), pixMedianCutQuant(), pixRead(), pixSaveTiled(), PROCNAME, and regTestWritePixAndCheck().
Referenced by main().
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 26 of file hardlight_reg.c.
References L_RegParams::display, IFF_PNG, NULL, pixaDestroy(), pixaDisplay(), pixDestroy(), pixDisplayWithTitle(), regTestCleanup(), regTestSetup(), regTestWritePixAndCheck(), and TestHardlight().