ImgDitherErrorDiffusion
Previous  Top  Next

Prototype

ImgDitherErrorDiffusion(intImageHandle)

Description

It applies dithering elaboration to gray image, using Error Diffusion algorithm.

Parameters

intImageHandle: integer value corresponding to the image handle.

Returned value

None.

Notes

None.

Example


//image dithering
ImgDitherErrorDiffusion(_CurrentImage);


//It shows a message 
ApplicationLog(_CurrentAgent,'Error diffusion Dithering for gray image');