]> granicus.if.org Git - imagemagick/commitdiff
Corrected comments.
authorDirk Lemstra <dirk@lemstra.org>
Sun, 19 May 2019 19:31:57 +0000 (21:31 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Sun, 19 May 2019 19:32:45 +0000 (21:32 +0200)
MagickCore/threshold.c

index 668f52be0ad1fb8e59cb1ad61a94ce0800099406..f55aeca64ba3920a34b9a9ca462168a84e12b479 100644 (file)
@@ -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.
 %