Search found 2 matches

by jodonov
2011-07-08T08:55:16-07:00
Forum: Users
Topic: modulate doesn't appear to work properly
Replies: 3
Views: 9485

Re: modulate doesn't appear to work properly

Am afraid that does not work either.. Same result convert image.jpg -colorspace hsb -modulate 100,90,80 modulate.jpg Magick: unable to open image `90': No such file or directory @ error/blob.c/OpenBlob/2588. Magick: no decode delegate for this image format `90' @ error/constitute.c/ReadImage/532 ...
by jodonov
2011-07-08T06:26:15-07:00
Forum: Users
Topic: modulate doesn't appear to work properly
Replies: 3
Views: 9485

modulate doesn't appear to work properly

Hi All, I am trying to use the modulate command to update an image's hue and saturation (as per http://www.imagemagick.org/script/command-line-options.php#modulate). I am running the following command: convert image.jpg -set option:modulate:colorspace hsb -modulate 100,90,80 modulate.jpg However I ...