ImgSmooth |
Top Previous Next |
Prototype
ImgSmooth(intImageHandle)
Description
Smooth monochrome images by 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
// Smooth the image ImgSmooth(_CurrentImage); |