sharp icon indicating copy to clipboard operation
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.

Results 285 sharp issues
Sort by recently updated
recently updated
newest added

## 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...

bug
blocked-upstream-dependency

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...

enhancement
work-in-progress

## 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...

question

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...

question

## 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...

question

## 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...

installation

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...

question

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...

question

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....

![1](https://github.com/user-attachments/assets/825742e7-67da-44be-8468-e6f2ee714d06) 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,...

question