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

Update int to void to match new eio function signature #4

Closed tmcw closed 12 years ago

tmcw commented 12 years ago

Basically the same story as this fix - https://github.com/erictj/node-clucene/issues/16 Seems to do the trick for me.