ImgDitherBayer
Previous  Top  Next

Prototype

ImgDitherBayer(intImageHandle)

Description

It applies dithering elaboration to gray image, using Bayer algorithm.

Parameters

intImageHandle: integer value corresponding to the image handle.

Returned value

None.

Notes

None.

Example


// Image dithering
ImgDitherBayer(_CurrentImage);