in reply to Re^4: Create an animated gif
in thread Create an animated gif

Ok here's the setup I can work with. I have perl 5.6-5.8 at my disposal. I think it's activestate perl. It's on windows. I really want to get this accomplished without having to install additional libraries. Are there any tools in the basic build that I could use to make animated gifs? The gifs don't even have to be that complex. Just a two frame animation would be just fine.

Replies are listed 'Best First'.
Re^6: Create an animated gif
by DrHyde (Prior) on Nov 14, 2008 at 11:08 UTC

    No. There aren't.

    If you need to produce an animated GIF, you need to either install a module or write the code to do it - perhaps copying from a module on the CPAN.