]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 25 Sep 2009 16:50:09 +0000 (16:50 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 25 Sep 2009 16:50:09 +0000 (16:50 +0000)
magick/threshold.c
wand/convert.c
wand/magick-image.c
wand/mogrify.c

index 708151dcb8f56649bd9d2f3800253c70f5bf8649..8113da1b26a944739e1b63097f5fd39aca677c6b 100644 (file)
@@ -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:
 %
index 3cc6a9453daf3a86d0bc832103c5775e87ffc670..cdd535a108463d2e4757072dfcd9ba9259fded36 100644 (file)
@@ -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",
index ed8f9d894e9b0d69e69c9cf942bc636ffd0d7cd8..0c2ece2ccab7b9b3c440f29c918c5fb5fc0a0515 100644 (file)
@@ -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:
 %
index 791b95111e4d076892e3c5ba558a0ae8a92c96c6..7a012518674607701e8485ac5e9aa2d42a76ae99 100644 (file)
@@ -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",