From: Dirk Lemstra Date: Sun, 19 May 2019 19:31:57 +0000 (+0200) Subject: Corrected comments. X-Git-Tag: 7.0.8-47~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39827f5cb20eb3ef511ce1a39e40c73de2cac482;p=imagemagick Corrected comments. --- diff --git a/MagickCore/threshold.c b/MagickCore/threshold.c index 668f52be0..f55aeca64 100644 --- a/MagickCore/threshold.c +++ b/MagickCore/threshold.c @@ -2147,11 +2147,11 @@ MagickExport MagickBooleanType RandomThresholdImage(Image *image, % % o low_black: Define the minimum threshold value. % -% o low_white: Define the maximum threshold value. +% o low_white: Define the minimum threshold value. % -% o high_white: Define the minimum threshold value. +% o high_white: Define the maximum threshold value. % -% o low_white: Define the maximum threshold value. +% o high_black: Define the maximum threshold value. % % o exception: return any errors or warnings in this structure. %