From: cristy Date: Sat, 19 Mar 2011 01:00:36 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7944 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d752042d23fb074ab1ff2c2066ff273ae485747;p=imagemagick --- diff --git a/magick/effect.c b/magick/effect.c index d124f3367..f3b45094d 100644 --- a/magick/effect.c +++ b/magick/effect.c @@ -4529,7 +4529,7 @@ MagickExport Image *SpreadImage(const Image *image,const double radius, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % StatisticImage() makes each pixel the min / max / median / mode / etc. of -% the neighborhood of the specified radius. +% the neighborhood of the specified width and height. % % The format of the StatisticImage method is: % @@ -5084,7 +5084,7 @@ MagickExport Image *StatisticImageChannel(const Image *image, ThrowImageException(ResourceLimitError,"MemoryAllocationFailed"); } /* - Reduce statistics image. + Make each pixel the min / max / median / mode / etc. of the neighborhood. */ status=MagickTrue; progress=0; diff --git a/wand/magick-image.c b/wand/magick-image.c index 70bda096f..d5ae1254d 100644 --- a/wand/magick-image.c +++ b/wand/magick-image.c @@ -11689,7 +11689,7 @@ WandExport MagickBooleanType MagickSpreadImage(MagickWand *wand, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % MagickStatisticImage() replace each pixel with corresponding statistic from -% the neighborhood of the specified radius. +% the neighborhood of the specified width and height. % % The format of the MagickStatisticImage method is: % @@ -11707,7 +11707,9 @@ WandExport MagickBooleanType MagickSpreadImage(MagickWand *wand, % % o type: the statistic type (e.g. median, mode, etc.). % -% o radius: the radius of the pixel neighborhood. +% o width: the width of the pixel neighborhood. +% +% o height: the height of the pixel neighborhood. % */ WandExport MagickBooleanType MagickStatisticImage(MagickWand *wand,