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

Hopefully you'll understand... I've developed a project using Angular 19, SSR and quite a few API endpoints are using NodeJs. I guess I should state my dev machine is a...

installation

## Possible bug ``` // Copyright 2013 Lovell Fuller and others. // SPDX-License-Identifier: Apache-2.0 'use strict'; const sharp = require('sharp'); sharp('PariteShip.png',{ premultiplied: true }) .png({ quality: 80},{ premultiplied: true })...

question

## Question about an existing feature What file formats are supported with this library? What file formats are NOT supported with this library?

question

## Possible bug - [x] Running `npm install sharp` completes without error. - [x] Running `node -e "require('sharp')"` completes without error. - [x] I am using the latest version of...

enhancement
blocked-upstream-dependency

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

bug
blocked-upstream-dependency

## Question about an existing feature ### What are you trying to achieve? We are trying to achieve the best possible (most accurate) OCR results. Images will be of invoices...

question

## Feature request ### What are you trying to achieve? I'm working in a multi-threaded Node.js application where `sharp().toBuffer()` output is passed to `worker_threads` via `postMessage`. To avoid copying overhead,...

question

I am unable to apply mask Here is the mask file ![Image](https://github.com/user-attachments/assets/0d517385-2e86-4832-994e-e47040b35b94) Here is the image that I am trying to apply mask to ![Image](https://github.com/user-attachments/assets/d8ac4013-ed80-406b-befa-6ad03d1d5cba) This is what I am...

question

## Question about an existing feature ### What are you trying to achieve? I am writing a webpack loader to optimize images, some of that work includes resizing. For dev...

question

Here's a simple repro where importing sharp does not cause an issue with deno. But actually using it to encode an image fails due to toBuffer(). The prior issue about...

enhancement
blocked-upstream-dependency