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

## Feature request ### What are you trying to achieve? Any one of these two blendmodes/filters: * Divide * Unpremultiply ### Description Hello, good day. I see there is a...

enhancement

I'm not quite sure if the title is accurate to Sharp's internal algorithm, but [`joinChannel`](https://sharp.pixelplumbing.com/api-channel#joinchannel) *does* appear to exhibit an unusual behavior *at least* somewhere. As a very simple example...

question

## Question about an existing feature ### What are you trying to achieve? We're upgrading from Sharp 0.25.0 to 0.33.4 and experienced an unexpected change in behavior in how `rotate()`,...

question

electron: 22.3.6, use pnpm ``` json { "name": "SYMH", "version": "1.6.7", "description": "美育教学客户端", "clientUsage": "mohuan", "main": "native-out/main.js", "scripts": { "start": "tsc && cross-env NODE_ENV=prod electron native-out/main.js", "electron:dev": " tsc --declaration...

installation

Working branch for [ideas discussed in this proposal](https://github.com/lovell/sharp/issues/4144). - [x] add tests - [x] fix flip/flop after auto-rotate - [x] add `.autoOrient()` (alias for `.rotate()`) - [x] ensure you can...

> Please forgive me for not using your feature request template. I still hit all the points that you are intending me to supply, but I have done so using...

enhancement

## Question about an existing feature I saw that there are a lot of functions that help with changing metadata, I've also checked the tests but what I am interested...

enhancement

## Possible install-time or require-time problem - [x] I have read and understood all of the [documentation relating to installation](https://sharp.pixelplumbing.com/install). - [x] I have searched for known bugs relating to...

installation

## Question about an existing feature ### What are you trying to achieve? I'm trying to convert a `Sharp` object as returned by `sharp("...").webp()` to a [web standard `ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) for...

question

## Question about an existing feature ### What are you trying to achieve? I’m using sharp to resize images into multiple formats, specifically AVIF and WebP. I’m running the application...

question