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

triage

I've got a use case to trim just a specific background colour of an image. Mostly to detect letter and pillar boxes in images by trimming off any black areas....

Hi, lovell, I want to update the sharp package so that it could directly convert pdf to image. Based on your suggestion of re-compiling libvips from source in the page:...

This way, the implicit dependency on node-gyp for local builds is explicit, and build tools like dream2nix don't need workarounds to add it :-)

## Possible bug - [x] Running `npm install sharp` completes without error. - [x] Running `node -e "require('sharp')"` completes without error. - [x] I am using the latest version of...

enhancement

Can withMetadata be used to modify JPEG exif info without re-encoding/altering image data (lossless)? ### What are you trying to achieve? The ability to add/modify exif information to a JPEG...

question

## Question about an existing feature ### What are you trying to achieve? I am trying to create a larger, rectangular image that is a composite of 5 images. The...

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

triage

@lovell This looked easy enough to implement, and adds some good value. This pull request is not really production quality and my knowledge of the code base is very limited....

## Question about an existing feature ### What are you trying to achieve? I am trying to make an 1 bit per pixel PNG image, but I want the colors...

enhancement
blocked-upstream-dependency