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.
## Question about an existing feature ### What are you trying to achieve? I noticed that i get identical results for all kernels except nearest when upscaling an image. Is...
## Feature request First of all, thank you for creating Sharp! It's proven very useful for a number of my projects and is what I reach to first when needing...
## Question about an existing feature I had a rather frustrating user experience, because why would anyone input a gif and expect it **not** to read all animated frames? I...
for one of my projects, I need to change the color of an image based on the hex color chosen by the user. I managed to change the color of...
## 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 Locally everything works fine, but our deployment in Azure (Node 20 LTS, linux) started throwing exceptions such as: ``` TypeError: A string was expected 2024-05-07T13:07:25.0791187Z 13:07:25 0|abc|...
**Sharp Version**: 0.32.1 **Description**: My goal is to extract frames from an animated WebP file. However, a 'bad extract area' error occurs when calling toBuffer() in the second loop. **Sample...
## Question about an existing feature Running Sharp on user-generated content ### What are you trying to achieve? A service which allows arbitrary user input of files, then converted to...
I am using Meteor and its bundler keeps bogging me with the following missing module warning: ```console Unable to resolve some modules: "@img/sharp-libvips-dev/include" in ./node_modules/sharp/lib/libvips.js (web.browser) "@img/sharp-libvips-dev/cplusplus" in ./node_modules/sharp/lib/libvips.js (web.browser)...
## Possible bug On some iOS imported pictures height and width is being swapped. It never happens to landscape pictures and it usually happens to portrait pictures, but not to...