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

Also use buffer_compat of node-png for node-jpeg #7

Closed elbart closed 13 years ago

elbart commented 13 years ago

I just integrated the buffer_compat helpers you used in node-png into the node-jpeg module to make it usable in nodejs >=0.3

couldn't test it but it compiles well. maybe you have some automated tests you could run against the code with node 0.3 or 0.4.

thanks!

pkrumins commented 13 years ago

Good job! Imma gonna pull it shortly.