Help required to add shadow effect to existing effects

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?".
Post Reply
geeta

Help required to add shadow effect to existing effects

Post by geeta »

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Help required to add shadow effect to existing effects

Post by fmw42 »

Post Reply