From ecb0c6dd978c951847cd1605354dd6e78e21d5bc Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 25 Sep 2009 16:50:09 +0000 Subject: [PATCH] --- magick/threshold.c | 2 +- wand/convert.c | 2 +- wand/magick-image.c | 2 +- wand/mogrify.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/magick/threshold.c b/magick/threshold.c index 708151dcb..8113da1b2 100644 --- a/magick/threshold.c +++ b/magick/threshold.c @@ -660,7 +660,7 @@ MagickExport MagickBooleanType BlackThresholdImageChannel(Image *image, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% ClampImage() restricts the color range from 0 to pixel depth. +% ClampImage() restricts the color range from 0 to the quantum depth. % % The format of the ClampImageChannel method is: % diff --git a/wand/convert.c b/wand/convert.c index 3cc6a9453..cdd535a10 100644 --- a/wand/convert.c +++ b/wand/convert.c @@ -164,7 +164,7 @@ static MagickBooleanType ConvertUsage(void) "-cdl filename color correct with a color decision list", "-charcoal radius simulate a charcoal drawing", "-chop geometry remove pixels from the image interior", - "-clamp restrict pixel range from 0 to pixel range", + "-clamp restrict pixel range from 0 to the quantum depth", "-clip clip along the first path from the 8BIM profile", "-clip-mask filename associate a clip mask with the image", "-clip-path id clip along a named path from the 8BIM profile", diff --git a/wand/magick-image.c b/wand/magick-image.c index ed8f9d894..0c2ece2cc 100644 --- a/wand/magick-image.c +++ b/wand/magick-image.c @@ -1226,7 +1226,7 @@ WandExport MagickBooleanType MagickChopImage(MagickWand *wand, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% MagickClampImage() restricts the color range from 0 to pixel range. +% MagickClampImage() restricts the color range from 0 to the quantum depth. % % The format of the MagickClampImage method is: % diff --git a/wand/mogrify.c b/wand/mogrify.c index 791b95111..7a0125186 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -3462,7 +3462,7 @@ static MagickBooleanType MogrifyUsage(void) "-cdl filename color correct with a color decision list", "-charcoal radius simulate a charcoal drawing", "-chop geometry remove pixels from the image interior", - "-clamp restrict pixel range from 0 to pixel range", + "-clamp restrict pixel range from 0 to the quantum depth", "-clip clip along the first path from the 8BIM profile", "-clip-mask filename associate a clip mask with the image", "-clip-path id clip along a named path from the 8BIM profile", -- 2.40.0