ImgSharpen |
Top Previous Next |
Prototype
ImgSharpen(intImageHandle, intDiameter)
Description
Make sharpen the image.
Parameters
intImageHandle: integer value corresponding to the image handle.
intDiameter: integer values corresponding to the radius size to use.
Returned value
None.
Notes
None.
Example
// Make sharpen the image ImgSharpen(_CurrentImage, 20);
|