convert -set option:modulate:colorspace rgb -modulate 100,0 D:/wamp/www/test.jpg D:/wamp/www/test1.jpg
typo3:
$picConf['image.']['file.']['params'] = ' -set option:modulate:colorspace rgb -modulate 100,0 ';
http://www.imagemagick.org/script/command-line-options.php#modulate
泛黄图片:
convert -set option:modulate:colorspace sRGB -modulate 100,0 -fill “rgb(237,170,73)” -tint 100 -modulate 100,80,104 -quality 100 test1.jpg test2.jpg