Searched defs:UnsharpMaskImage (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Deffect.c3880 % UnsharpMaskImage() sharpens one or more image channels. We convolve the
3883 % radius of 0 and UnsharpMaskImage() selects a suitable radius for you.
3885 % The format of the UnsharpMaskImage method is:
3887 % Image *UnsharpMaskImage(const Image *image,const double radius,
3908 MagickExport Image *UnsharpMaskImage(const Image *image,const double radius,
3889 MagickExport Image *UnsharpMaskImage(const Image *image,const double radius, function
H A Dmethods.h1316 #define UnsharpMaskImage PrependMagickMethod(UnsharpMaskImage) macro
1317 #define UnsharpMaskImage PrependMagickMethod(UnsharpMaskImage) macro

Completed in 202 milliseconds