jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.76k stars 668 forks source link

Add frames at runtime #25

Closed ludydoo closed 10 years ago

ludydoo commented 10 years ago

Hi,

Is it possible with your library to add frames to an existing gif at runtime? What I mean by that, is that I would receive a gif frame by socket.io and would like to append it to an existing gif animation. This would allow me to "stream" gif animation from the server.

jnordberg commented 10 years ago

Not without some major refactoring of the code