I have a bunch of images like this:
and I would like to chage their colours, basically just replacing blue shades.
I experimented a bit from wiki, but the closest I got is this:
Code: Select all
convert cal_newevent.gif -fill orange -tint 110 tint.png
Which is not really good. I'm not even sure how is this operation called properly (tint, colorize?) - I'm new to graphics.
Can someone give me some hints for solving this problem?
Thanks!