Hi, I want to apply to the image transparent color mask - achive exactly the same like this http://developer.yahoo.com/yui/examples ... ple11.html
Is there any parametr to IM programs to get this?
How to apply color mask ?
Re: How to apply color mask ?
A Couple of things to try:
Add a coloured image ( blue.jpg ) over the original:
Colorize
Add a coloured image ( blue.jpg ) over the original:
Code: Select all
composite -blend 88 -gravity northeast blue.jpg input.jpg -matte output.jpg
Code: Select all
convert input.jpg -fill blue -colorize 50% output.jpg