Leptonica 1.68
C Image Processing Library

dithertest.c File Reference

Demonstrates dithering using: pixDitherToBinary(), pixDitherTo2bpp(), pixScaleGray2xLIDither(), and pixScaleGray4xLIDither(). More...

#include "allheaders.h"

Go to the source code of this file.

Functions

 main (int argc, char **argv)

Variables

static const l_float32 FACTOR = 0.95
static const l_float32 GAMMA = 1.0

Detailed Description


Function Documentation


Variable Documentation

const l_float32 FACTOR = 0.95 [static]

Definition at line 25 of file dithertest.c.

Referenced by main().

const l_float32 GAMMA = 1.0 [static]

Definition at line 26 of file dithertest.c.

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines