ImgDitherErrorDiffusion

Top  Previous  Next

Prototype

 

ImgDitherErrorDiffusion(intImageHandle)

 

Description

 

Applies dithering to a grayscale image using the Error Diffusion algorithm.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

Returned value

 

None.

 

Notes

 

None.

 

Example

 

// Image dithering

ImgDitherErrorDiffusion(_CurrentImage);