From: cristy Date: Thu, 17 Sep 2009 12:49:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10683 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e101306864e77eaffb868c6019bf76b5ecceff1;p=imagemagick --- diff --git a/magick/threshold.c b/magick/threshold.c index 4b6add502..6fb1521cf 100644 --- a/magick/threshold.c +++ b/magick/threshold.c @@ -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: