user379379
user379379

Reputation: 101

Can you join GIFs and/or Animated GIFs into a single Animated GIF?

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!

Upvotes: 4

Views: 6455

Answers (1)

bta
bta

Reputation: 45057

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

Upvotes: 2

Related Questions