produce it on a white background.
Code: Select all
convert -size 200x200 xc:none -pointsize 40 -fill green -draw \"text 0,90 'Glowing'\" -matte \( +clone -background red -shadow 90x7+2+2 \) +swap -background white -flatten output.gif
I can't start with a picture, because the shadow option shadows the whole picture.
I can't use -background transparent, because the shadow/glow doesn't show up.
I guess my main problem is handling multiple frames in a single command and getting them to merge correctly.
Any hints?