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 I would like to composite a cmyk image onto another cmyk image ### What are you trying to achieve? I would like to composite cmyk images onto...

enhancement
ready-to-ship

## Question about an existing feature ### What are you trying to achieve? Render an svg with the fonts The fonts are not on the host os (end user can...

question
font-discovery

## Issue Description: The issue is that when converting an SVG image to PNG using the Sharp library, the text inside the SVG is not correctly converted. Instead of the...

question
font-discovery

Dear All, I have two questions about existing(?) features. I have a number of 5 channel images. The first 4 channels correspond to C, M, Y, and K in CMYK...

question

## Feature request ### What are you trying to achieve? I'm trying to align multiple texts at their baselines. Some cursory experimentation with pyvips suggests that it _might_ be possible...

enhancement

``` const {icc} = await $s.metadata(); const rawBuf = await $s.raw().withMetadata({icc}).toBuffer(); ``` Error: Expected string filesystem path to ICC profile for icc but received .... of type object

enhancement
blocked-upstream-dependency

This bug report is regarding the `attention_x` and `attention_y` output params introduced in #3470. The output given for `attention_x` and `attention_y` is incorrect when the image is resized. My assumption...

question

## Question about an existing feature metadata didn't return the image format for pyramid tif ### What are you trying to achieve? show the format of tile in metadata

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

question

With the MASSIVE generative AI movement, automatic1111 has become a staple tool for image generation. This tool creates images that include lots of data regarding the configuration of any image...

enhancement