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.
## 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...
### 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');...
## 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....
## 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...
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:...
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...
## 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 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 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...
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...