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? I am trying to apply a watermark on top of an image. In my scenario, the watermark should go to...

enhancement

## Question about an existing feature ### What are you trying to achieve? I am trying to create a jpg by changing a text. When I specify a font-family, sharp...

question

I am using this piece of code await sharp(`./${file}.tif`) .toColourspace('b-w') .tiff({ compression: 'ccittfax4', xres: size, yres: size, bitdepth: 1 }) .toFile(`output_${dpi}.tif`) but I am getting Photometric Interpretation: min-is-black and I...

enhancement
help wanted

## how to store 16 bits buffer to PNG file? I am trying to store the 16 bit data of a video iframe in a PNG file. I did not...

question

## Possible install-time or require-time problem - [x ] I have read the [documentation relating to installation](https://sharp.pixelplumbing.com/install). - [ x] I have ensured that the architecture and platform of Node.js...

installation

## Question about an existing feature ### What are you trying to achieve? I'm trying to reduce the time my composing method call takes but I'm not sure how the...

question

I was fiddling with SVG overlays, and tried a SVG containing text inside a foreignObject div, but it didn't render. My use case is to make the text fit the...

enhancement
ready-to-ship

Configuration to deploy AWS Lambda using serverless, esbuild and serverless-esbuild

## Question about an existing feature ### What are you trying to achieve? I'm trying to integrate sharp in our bazel build which is hermetic and uses sandbox for everything....

question

Will use `vips_dzsave_buffer`, forces `container` property to have a value of "zip". Requires exposing the `basename` property (libvips default is "undefined"). :point_down: PROPOSED API - NOT YET AVAILABLE ```javascript const...

enhancement
ready-to-ship