You may want to look at the ImageMagick libraries as well as PerlMagick (Image::Magick) to use them. Basically, of you use software that can create them, look to see if an interface to the API has been done in Perl. But, I have used PerlMagick to do some crude animated GIFs in the past.
Cheers,
KM | [reply] |
GIMP-Perl is another nice package, especially if you're already familiar with the Gimp.
O'Reilly has a book called Programming Web Graphics with Perl and GNU Software dedicated to these sorts of things. It's pretty good. Check it out here. | [reply] |
I personaly like GIMP-Perl... But generally I'm not a fan of animated gifs. I generally try to avoid them.
/JanneVee
| [reply] |
I found this perl script which worked first time (on Mozilla/Netscape) Thanks Andrew.
http://www.radzone.org/tutorials/animatep.html | [reply] |