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.
## 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...
## Question about an existing feature ### What are you trying to achieve? Trying to read HDR AVIF image. While reading HDR JXL works fine, AVIF results in very bad...
## Question about an existing feature ### What are you trying to achieve? Trying to process HDR images and expecting to get correct HDR output ### When you searched 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...
## Feature request ### What are you trying to achieve? I have a bulk of small images which I `.trim()` to zoom into the actual content. Later on, I run...
## Question about an existing feature ### What are you trying to achieve? I'm trying to rebuild Sharp from source in an Electron application to support HEIC/HEVC image conversion using...
This PR adds UHDR image support, leveraging the newly introduced UHDR functionality in libvips (see libvips/libvips#3799). Closed #4314. # New Public Functions ## uhdr > uhdr([options]) ⇒ Sharp Use these...
## Feature request ### What are you trying to achieve? In ES2024, ArrayBuffer and SharedArrayBuffer were extended, making them incompatible types. Consequently, TypeScript 5.7+ added type parameters to TypedArrays. And...
It seems that your loader procactively prohibits the use of Sharp on FreeBSD, which, quite frankly does not make any sense whatsoever. Steps to reproduce: ``` pkg install vips vips...
## 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...