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

While processing some of the JPEG files that we have to process, we are encountering that sometimes, we have this error `Corrupt JPEG data: premature end of data segment` It...

Require support for TIFF image format

Hi, I try to install `css-sprite` to run with gulp but I cannot. I use nodejs -v 7.0.10. Debian Jessie 64-bit Intel Core i5 Haswell Mobile 8Gb RAM Gnome 3.14.1...

Hi, I'm getting below error while when installing lwip.I have updated the npm and node versions on my lap, now I couldn't run the "npm install" command within my project....

``` npm ERR! node v6.10.2 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at...

Maintain a place where pre compiled binaries (for each version and every major platform) will be stored and made available for download. probably on AWS S3 or a github repo....

enhancement

No need to install other dependencies on the machine.. Not to install a lot like py, so there is a soft trouble

Is it possible to use lwip to have two images pasted one next to the other similar to ImageMagick's montage?

For example, I have a completely transparent png file (A, size: 32x32), and a normal png file (B, size: 32x32). ```js A.paste(0,0,B, (err, newImg) => { // newImg's color data...

It will be very useful. I need coordinates of each small subimage found in larger image. Thanks!