sharp
sharp copied to clipboard
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
Is it possible to better support Yarn v1? I speak from having the exact same experience at my last 6 or 7 companies: they don't want to use NPM because...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
Extend to a specified width and height in single operation without knowing the prior width or height
It appears extend() only allows inputs of left, right, top and bottom, but it would be really convenient if there was a way to extend an image to a specified...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
## Possible install-time or require-time problem - [x] I have read and understood all of the [documentation relating to installation](https://sharp.pixelplumbing.com/install). - [x] I have searched for known bugs relating to...
I realize I'm probably operating in very unsupported territory here, but I was doing some experimenting with Sharp on WASM and wanted to report what I found in case the...
Hi @lovell, I've tryed to all means to get this output image to work, but its getting out of my knowledge to fix it. The goal is to import a...
Hey @lovell, improving on the types again This PR adds 1 and 2 as possible values for the Channels type: 1: The image has only one channel representing grayscale values....
 This code keeps giving me a blur instead of a composite layer with a solid outline. Anyway to achieve this using sharp? ``` const drawOutlineSharp = async ( input,...