From 4e101306864e77eaffb868c6019bf76b5ecceff1 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 17 Sep 2009 12:49:12 +0000 Subject: [PATCH] --- magick/threshold.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.40.0