% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% 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:
%
return(SyncImage(image));
}
/*
- Clamp threshold image.
+ Clamp image.
*/
status=MagickTrue;
progress=0;
"-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",
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% 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:
%
"-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",