Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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?
your probably need to specify -channel rgb before your command and possibly re-enable the alpha afterwards using -alpha. An example would help pin it down.