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.
Is there a fast way to use sharp/vips to check the integrity of an image? We'd like to validate an uploaded image before saving it to storage. Sharp could read...
Treat this as a work-in-progress that we can use to base our discussions from. Addresses #3369 In essence, this lifts the types from the `@types/sharp` module into the official package,...
This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...
## Question about an existing feature ### What are you trying to achieve? Hi everybody, I am trying to build an affordable home video surveillance system on a Raspberry Pi...
Hi Lovell! I've been helping maintain the `@types/sharp` module lately, and was wondering if you had any thoughts on whether or not you'd like to see these integrated into (bundled...
## Question about an existing feature ### What are you trying to achieve? - I have a list of images that I can not reduce its size when storing, so...
It was working fine until 0.30. As soon as we upgrade library to 0.31.0, docker containers start crashing in production when request count goes high. No error in log, nothing...
## 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...
## Feature request ### What are you trying to achieve? In order for sharp to run on something like Stackblitz wasm support is needed, looking through all the various issues...
## 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...