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?".
you can then play with the rgba function to produce the colour and opacity you need. It can also be used as an argument to "-stroke".
For more info on rgba see the -fill argument at: http://www.imagemagick.org/script/comma ... s.php#fill
We both of you need to re-think your final output image format.
I say it on just about every page in IM examples...
GIF does not understand semi-transparency!!!!!
This format is limited to 256 characters one of which can represent full-transparency. That is you either can have a color or transparent. Not semi-transparency.
See IM Examples, Common Image formats, GIF
If you want semi-transparency, use PNG format. OR flatten the image onto a background image, to remove transparecnty completly.