lwip icon indicating copy to clipboard operation
lwip copied to clipboard

Light Weight Image Processor for NodeJS

Results 101 lwip issues
Sort by recently updated
recently updated
newest added

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...

enhancement

When converting a PNG with alpha values to JPG the alpha pixels are getting messy. Original PNG ![png_monsters_inc_by_upinflames12-d63nx7i](https://cloud.githubusercontent.com/assets/3865045/10920498/7fe652c2-8257-11e5-9051-43d2e7d15dd7.png) Converted JPG ![c1144743d2e2c5e59ba3393821469a5aebd43893](https://cloud.githubusercontent.com/assets/3865045/10920517/9eebfb04-8257-11e5-8078-492544738414.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. ![for example the favicon of Google's new Logo](https://cloud.githubusercontent.com/assets/6916518/9628152/5cef96c6-5169-11e5-965a-9a94709ecfa0.png) I fixed this bug debugging my code this...

bug

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...