modulate bug
Posted: 2009-09-24T03:42:52-07:00
So I'v been trying to change only one of the three (brightness, saturation, hue ) just as its written here:http://www.imagemagick.org/script/comma ... p#modulate
but it seems that when you try to change for example Hue only you get saturation and brightness changed as well:
the above sample checked in photoshop (HSB): hue-13 saturation-16% brightness-93%
system("convert sample.jpg -modulate 100,270,100 ./final/sample2.jpg");
and the result is: hue-15 saturation-35% brightness-100%
and by the way, if I change saturation with a multiplier of 270% of the oryginal (HSB saturation 16%), isnt it suppose to end up being about 43%?
tested on windows ImageMagick 6.4.5
and linux ImageMagick 6.4.9-4
but it seems that when you try to change for example Hue only you get saturation and brightness changed as well:
the above sample checked in photoshop (HSB): hue-13 saturation-16% brightness-93%
system("convert sample.jpg -modulate 100,270,100 ./final/sample2.jpg");
and the result is: hue-15 saturation-35% brightness-100%
and by the way, if I change saturation with a multiplier of 270% of the oryginal (HSB saturation 16%), isnt it suppose to end up being about 43%?
tested on windows ImageMagick 6.4.5
and linux ImageMagick 6.4.9-4