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 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...
## 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...
## 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...
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...
## 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...
``` 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
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 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
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x ] Running `npm install sharp` completes without error. - [x ]...
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...