![]() |
Leptonica 1.68
C Image Processing Library
|
Demonstrates adjusting one or more colors to a target color using pixSnapColor(). 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_uint32 | LEPTONICA_YELLOW = 0xffffe400 |
Demonstrates adjusting one or more colors to a target color using pixSnapColor().
Definition in file snapcolortest.c.
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 29 of file snapcolortest.c.
References ERROR_INT, IFF_JFIF_JPEG, IFF_PNG, LEPTONICA_YELLOW, NULL, pixaCreate(), pixaDestroy(), pixaDisplay(), pixDestroy(), pixDisplay(), pixFixedOctcubeQuant256(), pixOctreeQuantNumColors(), pixRead(), pixSaveTiledOutline(), pixSnapColor(), and pixWrite().
const l_uint32 LEPTONICA_YELLOW = 0xffffe400 [static] |
Definition at line 27 of file snapcolortest.c.
Referenced by main().