Help required to add shadow effect to existing effects

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
geeta

Help required to add shadow effect to existing effects

Post by geeta »

Sorry It should have been posted to user's forum So I am posting the same topic in user forum
Hello,
/usr/bin/convert -size 320x100 xc:white -font Candice -pointsize 72 -fill lightblue -stroke navy -strokewidth 3 -annotate +25+70 $text -blur 0x4 -annotate +25+65 $text $image

is working fine for me which is giving me the effect of glow as well as stroke. Now I require shadow with color to club with this. Also if any one can help me in getting the gradient font (tile as well as verticle)clubed with all this would be more appreciated.
Thanks for your help.

Thanks,
Geeta
Post Reply