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

## Feature request ### What are you trying to achieve? I want to apply trasform like matrix transfrom in css. EX: matrix(1, 0, 0, 1, 78.8, 22.2). I could use...

question

### What are the steps to reproduce? An image of size 500x500 will get resized to 400 despite the `withoutReduction: true` flag. ```js sharp('large.png') .resize(400, 400, { withoutReduction: true }).toFile('small.png');...

question

## Feature request ### What are you trying to achieve? For AVIF output, set `chromaSubsampling` automatically, instead of depending on the user to select correct `chromaSubsampling` for a particular image....

enhancement
blocked-upstream-dependency

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

enhancement
blocked-upstream-dependency

System: OS: Linux 5.15 Amazon Linux 2 CPU: (8) x64 Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz Memory: 7.44 GB / 15.53 GB Container: Yes Shell: 4.2.46 - /bin/bash Binaries: Node:...

enhancement
help wanted

The sharp source code and therefore its API is already relatively well documented using JSDoc, but we can always improve. Commit https://github.com/lovell/sharp/commit/ef849fd63907d937afce0d06b07ae778692ec500 switched the logic to generate markdown documentation for...

enhancement

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

enhancement
blocked-upstream-dependency

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

enhancement
blocked-upstream-dependency

## Possible bug SVG conversion to PNG ignores variables. This issue limits compatibility with several of the assets I am using, and with 100% that I generate. Maybe... this could...

enhancement
blocked-upstream-dependency

Pixelwise arithmetic operations currently don't seem to be provided through the Sharp API even though libvips does implement them. Is this correct? Is there maybe any intention or plan to...

enhancement