node-jpeg icon indicating copy to clipboard operation
node-jpeg copied to clipboard

A nodejs C++ module that given a buffer with RGB or RGBA values creates a JPEG image in memory.

Results 13 node-jpeg issues
Sort by recently updated
recently updated
newest added

Install fails when building on a beagle bone black/ Debian ARM linux. root@coolbone:/var/lib/cloud9/Projects/MPEGserver# npm install jpeg > [email protected] install /var/lib/cloud9/node_modules/jpeg > node-gyp configure build make: Entering directory '/var/lib/cloud9/node_modules/jpeg/build' CXX(target) Release/obj.target/jpeg/src/common.o...

npm i jpeg https://gist.github.com/vird/83609093ff63887cb3d7

I have been modified yours using turbo jpeg to improve performance? Can you accept my pull request?

This PR uses nan to support 0.12 and io.js. All functionality should be equivalent. (Minor changes: examples folder now uses relative paths to root jpeg dir.)

Hi there! I would have loved to use this module today, but I can't install it. I need gyp bindings. I know nothing about native Node, but I'll try to...

Could you please state in README what is the orientation of buffer? Is it row by row or column by column?

![image](https://cloud.githubusercontent.com/assets/6084282/4338043/350c952a-4015-11e4-8ea8-1972714eed47.png)

[Migration from eio_custom to uv_queue_work](https://github.com/joyent/node/wiki/How-to-migrate-from-eio_custom-to-uv_queue_work) [node-gyp](https://github.com/TooTallNate/node-gyp)

> node-waf configure build sh: node-waf: command not found npm ERR! [email protected] install: `node-waf configure build` npm ERR! `sh "-c" "node-waf configure build"` failed with 127 npm ERR! npm ERR!...