pkrumins / node-gif

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

Upgrade to node 0.3 and a question #2

Closed mnutt closed 13 years ago

mnutt commented 13 years ago

Hello,

This changes the buffer code to work with node 0.3. I took nearly all of the changes verbatim from ryah's similar commit to node-png.

The reason I started looking into it was because I'm trying to generate different sized transparent gifs. Is there an easy/performant way to generate empty images?

Thanks, Michael