From: cristy Date: Fri, 25 Sep 2009 16:42:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=611721d53b3298b93ab707741299d32bf792efbd;p=imagemagick --- diff --git a/magick/threshold.c b/magick/threshold.c index 089132b60..708151dcb 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 QuantumDepth. +% ClampImage() restricts the color range from 0 to pixel depth. % % The format of the ClampImageChannel method is: % @@ -740,7 +740,7 @@ MagickExport MagickBooleanType ClampImageChannel(Image *image, return(SyncImage(image)); } /* - Clamp threshold image. + Clamp image. */ status=MagickTrue; progress=0; diff --git a/wand/convert.c b/wand/convert.c index 8b2765162..3cc6a9453 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 QuantumDepth", + "-clamp restrict pixel range from 0 to pixel range", "-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 70a07ecfd..ed8f9d894 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 QuantumDepth. +% MagickClampImage() restricts the color range from 0 to pixel range. % % The format of the MagickClampImage method is: % diff --git a/wand/mogrify.c b/wand/mogrify.c index d73e62eba..791b95111 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 QuantumDepth", + "-clamp restrict pixel range from 0 to pixel range", "-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",