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

Add ICC color profile support would enable far greater accuracy in colors when handling files from a variety of sources and formats. Ideally, it would include the following capabilities: -...

For any project that interfaces with the world of print, or for anyone working with layered content creation (even for Web graphics, etc.), this would be huge.

For any project that interfaces with the world of print (or even digital fax, or scanned files), this would be huge.

Some :angel: can help me out with creating a circle image?

How to merge/combine two images side by side?

It would be really nice to change an image's perspective, similar to this feature in GIMP: ![gimp screenshot](https://i.imgur.com/elcxCYx.png) The function could look like this: ``` JavaScript img.transform([x, y], [x, y],...

feature request

`> [email protected] install /var/www/myapp/node_modules/buffertools > node-gyp rebuild make: Entering directory `/var/www/myapp/node_modules/buffertools/build' CXX(target) Release/obj.target/buffertools/buffertools.o In file included from /root/.node-gyp/6.6.0/include/node/node.h:42, from ../buffertools.cc:17: /root/.node-gyp/6.6.0/include/node/v8.h:345: error: expected unqualified-id before ‘using’ /root/.node-gyp/6.6.0/include/node/v8.h: In constructor ‘v8::MaybeLocal::MaybeLocal()’:...

How can we write a png as indexed format ie color_type 3?

The project is currently listed as being written in C. I have a feeling this is filtering it out of a lot of search results when people are looking for...

Node: 6 This is happening just with: ``` javascript import lwip from 'lwip'; ``` I cannot downgrade node, since using specific electron version...