MagickEdgeImage
MagickEdgeImage -- enhance edges within the current active image with a convolution filter of a given radius
Description
bool MagickEdgeImage( MagickWand mgck_wnd, float radius )
Enhance edges within the current active image with a convolution filter of a given radius. Use a radius of 0 and MagickEdgeImage() selects a suitable radius for you.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| radius | The radius of the pixel neighborhood |