modulate doesn't appear to work properly
Posted: 2011-07-08T06:26:15-07:00
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/comma ... p#modulate). I am running the following command:
However I keep getting this error:
Version: 6.6.9-Q16
Running: Windows 7 64bit
Thanks in advance
I am trying to use the modulate command to update an image's hue and saturation (as per http://www.imagemagick.org/script/comma ... p#modulate). I am running the following command:
Code: Select all
convert image.jpg -set option:modulate:colorspace hsb -modulate 100,90,80 modulate.jpg
Modulate only wants to take one arguement. What am I doing wrong?? Any help much appreciated am new to ImageMagickMagick: unable to open image `90': No such file or directory @ error/blob.c/OpenBlob/2587.
Magick: no decode delegate for this image format `90' @ error/constitute.c/ReadImage/532.
Magick: unable to open image `80': No such file or directory @ error/blob.c/OpenBlob/2587.
Magick: no decode delegate for this image format `80' @ error/constitute.c/ReadImage/532.
Version: 6.6.9-Q16
Running: Windows 7 64bit
Thanks in advance