pkrumins / node-gif

A node.js C++ module for creating GIF images and animated GIFs from RGB or RGBA buffers.
http://www.catonmat.net
213 stars 29 forks source link

Streaming gifs #11

Open juliangruber opened 11 years ago

juliangruber commented 11 years ago

Would it be possible to implement gifsockets (https://github.com/videlalvaro/gifsockets) with this library?

pkrumins commented 11 years ago

Looks like it's now possible:

https://github.com/pkrumins/node-gif/pull/12 (https://github.com/pkrumins/node-gif/pull/12)