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.
## Feature request ### What are you trying to achieve? Would like to see HEIC support to enable conversion from HEIC to other supported formats. Any plans for HEIC support?
## Possible bug When using the composite method with tile: true to add an overlay to an animated GIF, the overlay image repeats vertically across the GIF, creating a scrolling...
## Feature request ### What are you trying to achieve? From 16 bits (ushort) pngs I would to keep color depth when it saved ### When you searched for similar...
## 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? I want to understand why the installation docs still have: ``` Ensure sharp is unpacked from the...
## Question about an existing feature ### What are you trying to achieve? I am trying to horizontally center a piece of text of random length into an image. ###...
## Feature request Release the current stable version as a 1.0.0 version ### What are you trying to achieve? I would just like the server ranges to be a little...
in my monorepo project: ✗ yarn install YN0007: │ sharp@npm:0.33.2 must be built because it never has been before or the last one failed YN0009: │ sharp@npm:0.33.2 couldn't be built...
### Current Error ``` Error converting .dng to .png: Error: Input buffer has corrupt header: tiff2vips: tile size out of range at Sharp.toBuffer (../Nodo-demo/node_modules/sharp/lib/output.js:161:17) ``` Used URL --> `https://ovvyfiles.s3.us-east-2.amazonaws.com/listing-image/65b1125d76cb13c2979f2bb8/zmNpg3iUrP7a2OF7tuFC.dng` ##...
### What are you trying to achieve? conversion of gif to webp. sample image - https://res.cloudinary.com/olumorinsamuel/image/upload/v1706112890/sample-gif_aih0ge.gif With 1007 frames in this GIF, I encounter a memory issue when attempting to...