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.
## Question about an existing feature ### What are you trying to achieve? I am trying to decide which AVIF quality settings to use when using https://github.com/11ty/eleventy-img/, and found that...
I have used fonts like **Noto Color Emoji** but it the emojis don't seem to be rendered on my final image. Looked through old issues about this but couldn't find...
## Question about an existing feature Hello, I would like it ask if we can selectively tint some specific colours of the image. ### What are you trying to achieve?...
## How can I use a custom font from a ttf file? ### I have a file called `Righteous.ttf`. I am not able to use this font in the image....
this function working proper in my windows laptop but when I upload it to ec2 this below line is not working or giving any error ticket .composite([ticketIdBuffer, customerNameBuffer, barcodeBuffer]) .toFile(outputFilePath);...
## Question about an existing feature ### What are you trying to achieve? Trying to deploy a Lambda function using Serverless v4 + esbuild + npm v10 ### When you...
partially resolves #4143 - Add withXmp(xmpBuffer) method to embed custom XMP metadata in output images - Include parameter validation for non-Buffer inputs - Add tests - Update API documentation
Using sharp to compress a large number of images, it kept only using around 550% CPU, despite me having 14 cores available. I read https://sharp.pixelplumbing.com/api-utility/#concurrency, but this seemed to indicate...
## 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...
## 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...