lwip
lwip copied to clipboard
Light Weight Image Processor for NodeJS
I am using node v0.12.0, express and multer to handle POST'ed images and then using LWIP to process them. Node crashes after one or two requests (i.e. it will process...
For example, what error is being thrown if the format is not supported? Would be nice to catch this and send a 415.
Trying to install `lwip` v0.0.8 using node 4.1.1 and npm 2.14.4 does not seem to work on Windows 7 with VS2012 as compilation platform. The result is the following (rather...
When converting a PNG with alpha values to JPG the alpha pixels are getting messy. Original PNG  Converted JPG  code ``` javascript lwip.open(filePhoto, function(err, image){ image.scale(scale, scale, function(err,...
Hi, the documentation refers to the node-gyp prerequisites and that Windows 7 SDK is required. Following these instructions is not possible on Windows Server 2012 R2 as the Windows 7...
It would be nice to have an equivalent of the imagemagick's composite command.
That's the industry-standard C++ library used to do this kind of stuff in the visual effects world. It supports a ton of image formats and a lot of different operations....
Hey, i just came across the bug, that evry image i saves was hieroglyphic.  I fixed this bug debugging my code this...
Hi I added a new toBuffer function which allows to modify the current image buffer (and later recreate a new image object). If you think this function is useful I'll...