PNG semi-transparency problem
Posted: 2008-11-21T06:12:31-07:00
Hi.
Could someone help me with using IM to colorize png file and save semi-transparency?
I was using mvg to create complex images that include text images thumbnails and other things. Now I need to add label that can be different shape with transparency and semi-transparency. PNG files are just great for this - designer have to give me png file and I can create different manipulations with it. Now I got a problem - I need to give a possibility to change label color on my complex image. I understand that with mvg this is probably impossible, so I'm going to use regular command line commands and -draw option.
The problem is that when applying something like
it will also change transparency and semi-transparency of the label png file to some color. I need to keep transparency though.
Is there way to do that?
Could someone help me with using IM to colorize png file and save semi-transparency?
I was using mvg to create complex images that include text images thumbnails and other things. Now I need to add label that can be different shape with transparency and semi-transparency. PNG files are just great for this - designer have to give me png file and I can create different manipulations with it. Now I got a problem - I need to give a possibility to change label color on my complex image. I understand that with mvg this is probably impossible, so I'm going to use regular command line commands and -draw option.
The problem is that when applying something like
Code: Select all
-fill blue -colorize 50%
Is there way to do that?