I have a noob question. Same command is "not working" on different IM versions and OS. Is this because of different versions or I am doing something wrong? Thanks.
Debian - IM 6.2.8
Code: Select all
convert input.jpg -modulate 120,10,100 -fill "#222b6d" -colorize 20 -gamma 0.5 -contrast -contrast output.jpgCode: Select all
convert input.jpg -modulate 120,10,100 -colorize 20 -gamma 0.5 -contrast -contrast output.jpgWinXP - IM 6.7.5
Code: Select all
convert input.jpg -modulate 120,10,100 -fill "#222b6d" -colorize 20 -gamma 0.5 -contrast -contrast output.jpg