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

Magration to node-gyp, fixed compatibility issues with node 0.10.x #15

Open twoRoger opened 11 years ago

twoRoger commented 11 years ago

Migration from eio_custom to uv_queue_work

node-gyp

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/16

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