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.
Hello there, I couldn't understand about resize options position. According to the [document](https://sharp.pixelplumbing.com/api-resize#resize). The options.position is can be a value with two dimensions like: `sharp.position: right top, right bottom, left...
## 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...
### What are you trying to achieve? Use Sharp in a nuxt nitro environment ### What would you expect the API to look like? Sharp should export an .mjs file...
What are you trying to achieve? Allow consumers of sharp to use your supported types. Maybe this applies to supported inputs too. Have you searched for similar feature requests? yes...
## Possible install-time or require-time problem I am trying to create an image to DeepZoom converter on lambda. Using the prebuilt default binaries, I have uploaded sharp on a lambda...
I'm trying to use `sharp.linear` function to equalize the histogram (stretch min and max values across the entire range of levels). In my application, this removes a type of fogging...
## 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...
If I pass a simple png like the below, the trim function seems to trim far too much This is before:  but this is after: ...
## Feature request I'm rendering some SVGs that play a CSS animation. I was wondering if there's a way to set a delay so the snapshot is taken after a...
## 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...