views:

39

answers:

1

Hey everyone,

Does anyone know if it's possible to join several gifs or animated gifs into one animated gif (ie. concat the frames together into one master animated gif)?

I'd like to have some server side function to do this.

The file will be identical in dimensions, mode etc, just their content will differ.

Thanks!

+1  A: 

Try using ImageMagick to create the animated gifs (some examples here).

bta
Thanks! Awesome.