Changeset 209
- Timestamp:
- 09/25/09 09:42:17 (6 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 4 modified
-
magick/threshold.c (modified) (2 diffs)
-
wand/convert.c (modified) (1 diff)
-
wand/magick-image.c (modified) (1 diff)
-
wand/mogrify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/magick/threshold.c
r207 r209 661 661 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 662 662 % 663 % ClampImage() restricts the color range from 0 to QuantumDepth.663 % ClampImage() restricts the color range from 0 to pixel depth. 664 664 % 665 665 % The format of the ClampImageChannel method is: … … 741 741 } 742 742 /* 743 Clamp thresholdimage.743 Clamp image. 744 744 */ 745 745 status=MagickTrue; -
ImageMagick/trunk/wand/convert.c
r207 r209 165 165 "-charcoal radius simulate a charcoal drawing", 166 166 "-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", 168 168 "-clip clip along the first path from the 8BIM profile", 169 169 "-clip-mask filename associate a clip mask with the image", -
ImageMagick/trunk/wand/magick-image.c
r207 r209 1227 1227 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1228 1228 % 1229 % MagickClampImage() restricts the color range from 0 to QuantumDepth.1229 % MagickClampImage() restricts the color range from 0 to pixel range. 1230 1230 % 1231 1231 % The format of the MagickClampImage method is: -
ImageMagick/trunk/wand/mogrify.c
r207 r209 3463 3463 "-charcoal radius simulate a charcoal drawing", 3464 3464 "-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", 3466 3466 "-clip clip along the first path from the 8BIM profile", 3467 3467 "-clip-mask filename associate a clip mask with the image",
