image.sharpen()
Sharpens a image by using the unsharp mask filter.
image.sharpen( gain=number )
Returns: Image
Examples
img=imageRead("https://avatars1.githubusercontent.com/u/10973141?s=280&v=4");
img.Sharpen(2);
cfimage(action="writeToBrowser",source=img);