Leptonica 1.68
C Image Processing Library
|
Exploration of various pixel blending techniques. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | X 140 |
#define | Y 40 |
Functions | |
main (int argc, char **argv) |
Exploration of various pixel blending techniques.
Definition in file blendtest1.c.
#define X 140 |
Definition at line 26 of file blendtest1.c.
Referenced by main().
#define Y 40 |
Definition at line 27 of file blendtest1.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file blendtest1.c.
References ERROR_INT, IFF_DEFAULT, IFF_JFIF_JPEG, L_BLEND_GRAY, L_BLEND_GRAY_WITH_INVERSE, NULL, pixBlend(), pixBlendColor(), pixBlendGray(), pixDestroy(), pixDisplay(), pixGetDepth(), pixRead(), pixSnapColor(), pixWrite(), X, and Y.