Prototype
ImgSmooth(intImageHandle)
Description
It smooth monochrome images, removing or adding single pixels according to their neighbors.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
This function can help to restore damaged characters, lines and elements.
Example
//It smooth image
ImgSmooth(_CurrentImage);