ImgDitherBayer

Top  Previous  Next

Prototype

 

ImgDitherBayer(intImageHandle)

 

Description

 

Applies dithering to a grayscale image using the Bayer algorithm.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

Returned value

 

None.

 

Notes

 

None.

 

Example

 

// Image dithering

ImgDitherBayer(_CurrentImage);