Glitter text, can't get animation to work
Posted: 2007-09-20T20:38:01-07:00
I'm working on writing text with glitter effects.
I am working off this command:
This makes an image that says TEST on lightblue with a glitter effect but the problem is that it's not animating. I see only what appears to be the first frame of redglitter.gif. I've tried adding -loop 0 but that doesn't work.
I feel I am really close to this but can't get it. I know how to do it using the online imagemagick tool but i want to be able to do it through the command line. Any help would be much appreciated.
Thanks
I am working off this command:
Code: Select all
convert -size 320x100 xc:lightblue -font arial -pointsize 72 -tile redglitter.gif -annotate +28+68 TEST font_tile.gif
I feel I am really close to this but can't get it. I know how to do it using the online imagemagick tool but i want to be able to do it through the command line. Any help would be much appreciated.
Thanks