]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 19 Mar 2011 01:00:36 +0000 (01:00 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 19 Mar 2011 01:00:36 +0000 (01:00 +0000)
magick/effect.c
wand/magick-image.c

index d124f33670f4e9c506f9c12675b52a9586a1f06a..f3b45094d0b52ebb451bccfe666665f7826187a5 100644 (file)
@@ -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;
index 70bda096faf16595e2a9af43ad167d3ba4fefa53..d5ae1254da7dfed229be8cce21ae1718c82755bf 100644 (file)
@@ -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,