Leptonica 1.68
C Image Processing Library

blendcmaptest.c File Reference

Regression test for blending colormaps using pixBlendCmap(). More...

#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"

Go to the source code of this file.

Defines

#define NX   4
#define NY   5
#define FADE_FRACTION   0.75

Functions

 main (int argc, char **argv)

Detailed Description

Regression test for blending colormaps using pixBlendCmap().

Definition in file blendcmaptest.c.


Define Documentation

#define NX   4

Definition at line 25 of file blendcmaptest.c.

Referenced by main().

#define NY   5

Definition at line 26 of file blendcmaptest.c.

Referenced by main().

#define FADE_FRACTION   0.75

Definition at line 28 of file blendcmaptest.c.

Referenced by main().


Function Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines