lwip icon indicating copy to clipboard operation
lwip copied to clipboard

Light Weight Image Processor for NodeJS

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

Hey, Thanks for this awesome library! I am having some problems with PNG images. It worked before, but for some reason, each time I want to upload PNG image today,...

I'm using lwip for last few months, it works great. But the process always takes more memory. I have a app just to resize the image, and it quickly takes...

If I need an RGBA buffer, the supported way of doing this is that I have to create a buffer, and iterate lwip image by using getPixel method, and put...

feature request

can you tell me what can i do please? C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.t argets(64,5): error MSB8020: The build tools for v140 (Platform Toolset = 'v140 ') cannot be found. To build...

Hi, I'm wondering if this library is considered stable for productive use for simple image scaling / cropping tasks? I need some image processing on azure web apps and this...

npm WARN deprecated [email protected]: This package is no longer maintained. See its readme for upgrade details. > [email protected] install /home/r2sd/relatas/node_modules/lwip > node-gyp rebuild make: Entering directory `/home/r2sd/relatas/node_modules/lwip/build' CXX(target) Release/obj.target/lwip_decoder/src/decoder/init.o In...

**node version:** 6.2.0 **npm version:** 3.8.9 I installed lwip in [email protected], the installation process is very smooth, when i run, the following error came: ``` Error: Module version mismatch. Expected...

As discussed in EyalAr/lwip#87 . Please let me know if you feel like some parts need improvement. I'll be happy to make the needed adjustments.

dominantColor(arg) returns the color that appears most often in an image, the specified integer argument is the number of pixels to skip per iteration, while iterating through an image.

While I want to build Android,I meet this problem,but if I use “ionic serve“,everything is ok. ![image](https://cloud.githubusercontent.com/assets/13900257/16513839/61f3622c-3f9a-11e6-810f-63eac3442416.png) my system information: Cordova CLI: 6.2.0 Gulp version: CLI version 3.9.1 Gulp local:...