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

Giving a font, would be great to be able to add text onto an image.

feature request

Hi, as title says, is JPEG2000 supported or any plans for it? thanks!

Does lwip support CMYK JPEG files? I am dealing with the print sector, and see a lot of CMYK assets in my transcoding queues.

feature request

Today, using ```apt install XXX```, I installed npm and node.js on an Ubuntu machine: ``` $ uname -a Linux zareason 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64...

I'm using lwip in my Electron app and when i'm building the final release version there is about 60 megabytes of build files hanging around that are not needed. I've...

``` lwip.open("./jpeg.jpg", (err, image) => { image.batch().blur(1).writeFile("output.jpg", (err) => { console.log("done") }) }) ``` ![](http://puu.sh/mWrL2/d35fbf3619.jpg)

The ability to convert between CMYK and RGB colorspace would be immensely helpful for anyone who receives files from the world of print, or from users that simply don't know...

I have implemented an option to create progressive JPEG buffers. It does not break any existing functionality or require any migration steps. Progressive JPEGs are already supported in Independent JPEG...

This would add support for PNG-8.

This would include the ability to convert from 16- to 8-bits per channel, and visa versa.