sharp icon indicating copy to clipboard operation
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.

Results 285 sharp issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

## 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

## 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...

question

## 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...

triage
blocked-upstream-dependency

## 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...

enhancement

## 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...

question

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...

question
typescript

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...

installation

## 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