Changeset 209

Show
Ignore:
Timestamp:
09/25/09 09:42:17 (6 months ago)
Author:
cristy
Message:
 
Location:
ImageMagick/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/threshold.c

    r207 r209  
    661661%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    662662% 
    663 %  ClampImage() restricts the color range from 0 to QuantumDepth. 
     663%  ClampImage() restricts the color range from 0 to pixel depth. 
    664664% 
    665665%  The format of the ClampImageChannel method is: 
     
    741741    } 
    742742  /* 
    743     Clamp threshold image. 
     743    Clamp image. 
    744744  */ 
    745745  status=MagickTrue; 
  • ImageMagick/trunk/wand/convert.c

    r207 r209  
    165165      "-charcoal radius     simulate a charcoal drawing", 
    166166      "-chop geometry       remove pixels from the image interior", 
    167       "-clamp               restrict pixel range from 0 to QuantumDepth", 
     167      "-clamp               restrict pixel range from 0 to pixel range", 
    168168      "-clip                clip along the first path from the 8BIM profile", 
    169169      "-clip-mask filename  associate a clip mask with the image", 
  • ImageMagick/trunk/wand/magick-image.c

    r207 r209  
    12271227%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
    12281228% 
    1229 %  MagickClampImage() restricts the color range from 0 to QuantumDepth. 
     1229%  MagickClampImage() restricts the color range from 0 to pixel range. 
    12301230% 
    12311231%  The format of the MagickClampImage method is: 
  • ImageMagick/trunk/wand/mogrify.c

    r207 r209  
    34633463      "-charcoal radius     simulate a charcoal drawing", 
    34643464      "-chop geometry       remove pixels from the image interior", 
    3465       "-clamp               restrict pixel range from 0 to QuantumDepth", 
     3465      "-clamp               restrict pixel range from 0 to pixel range", 
    34663466      "-clip                clip along the first path from the 8BIM profile", 
    34673467      "-clip-mask filename  associate a clip mask with the image",