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

index 089132b608eca97cc8192f81bb025e78a4918931..708151dcb8f56649bd9d2f3800253c70f5bf8649 100644 (file)
@@ -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;
index 8b2765162685f40664bda98e38b35d8a6a7f7b92..3cc6a9453daf3a86d0bc832103c5775e87ffc670 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 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",
index 70a07ecfd574726fc18ba0fb5939b37ec6f75e84..ed8f9d894e9b0d69e69c9cf942bc636ffd0d7cd8 100644 (file)
@@ -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:
 %
index d73e62ebaf9ad5c2bb8fe036ae49d7bfe397c2ba..791b95111e4d076892e3c5ba558a0ae8a92c96c6 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 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",