pkrumins / node-jpeg

A nodejs C++ module that given a buffer with RGB or RGBA values creates a JPEG image in memory.
http://www.catonmat.net
64 stars 26 forks source link

support node 0.10.x #16

Closed yztaoj closed 10 years ago

yztaoj commented 11 years ago

node-waf ---> node-gyp libev ----> libuv

pkrumins commented 11 years ago

Thanks! This is really interesting - two people submitted the same patch for migrating to node 0.10 at (almost) the same time! Now which patch do I accept?

The other patch is: https://github.com/pkrumins/node-jpeg/pull/15

Let's review both patches and accept the best one!