]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 17 Sep 2009 12:49:12 +0000 (12:49 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 17 Sep 2009 12:49:12 +0000 (12:49 +0000)
magick/threshold.c

index 4b6add502d90e4f34ce6d0a57b56cfcd4a7c5398..6fb1521cf9ca544163db4142c55bfe5cdc151b59 100644 (file)
@@ -478,7 +478,7 @@ MagickExport MagickBooleanType BilevelImageChannel(Image *image,
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  BlackThresholdImage() is like ThresholdImage() but forces all pixels below
-%  the threshold into black while leaving all pixels above the threshold
+%  the threshold into black while leaving all pixels at or above the threshold
 %  unchanged.
 %
 %  The format of the BlackThresholdImage method is:
@@ -1751,7 +1751,7 @@ MagickExport MagickBooleanType RandomThresholdImageChannel(Image *image,
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  WhiteThresholdImage() is like ThresholdImage() but forces all pixels above
-%  the threshold into white while leaving all pixels below the threshold
+%  the threshold into white while leaving all pixels at or below the threshold
 %  unchanged.
 %
 %  The format of the WhiteThresholdImage method is: