Typically I would do:
Code: Select all
for ((i=1; i<=185; i++));do export b=${fsf3:0:$i};echo $b; convert -size 2000x500 xc:transparent -family Essays1743 -pointsize 42 -draw "text 65,100 '$b'" -channel RGBA -gaussian 0x6 -fill dodgerblue1 -stroke slategray4 -draw "text 50,100 '$b'" freedom3$i.png; done
Code: Select all
for ((i=1; i<=185; i++));do export b=${fsf3:0:$i};echo $b; convert -size 1000x xc:transparent -family Essays1743 -pointsize 42 -draw "text 65,100 '$b'" -channel RGBA -gaussian 0x6 -fill dodgerblue1 -stroke slategray4 -draw "text 50,100 '$b'" free3$i.png; done
If not I guess I'll have to go with 'caption' or 'label' which will be fine but I do like the shadow effect.
I also noticed that when I string the files together as an animated gif they run slow (e.g. -delay 0 produces a gif that moves at about the same speed as -delay 20).