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

Are you using the latest version? Is the version currently in use as reported by `npm ls sharp` the same as the latest version as reported by `npm view sharp...

blocked-upstream-dependency

As suggested by @jcupitt in #19. > You could also consider taking a histogram of L\* and setting the range to 1% and 99%, ie. letting the top 1% and...

enhancement
help wanted

This will convert pixel values using a provided ICC profile and attach that profile to the output image metadata. It should assume the profile is RGB. If e.g. a CMYK...

enhancement

Hi, is there possible to set custom ICC from a buffer? I'm trying to resize images and output with their original ICC. I use this code but it didn't work...

enhancement

The following SVG is not rendered correctly. The girl in the image get's her handbag cropped as you can see in this PNG: ![_sktwimmakmg3k2ve2 builder](https://user-images.githubusercontent.com/2989057/111885206-a766e380-89c6-11eb-87d0-948d3f21a58c.png) To reproduce simply covert SVG...

blocked-upstream-dependency

Could there be metadata to tell whether an input webp (or heif/avif) image is lossy or lossless? The context is we would like to preserve the lossiness when transforming images....

enhancement
blocked-upstream-dependency

What are you trying to achieve? Update an image's EXIF thumbnail after manipulation (in this case image auto rotation based on EXIF orientation). Have you searched for similar feature requests?...

enhancement

Are you using the latest version? Is the version currently in use as reported by `npm ls sharp` the same as the latest version as reported by `npm view sharp...

enhancement
blocked-upstream-dependency

I have a jpeg image with CMYK mode and it does not have ICC profile embedded in the metadata. I want to simply convert it to sRGB mode. ```js //...

question

## Issue Given an SVG file with line elements and `marker-end` attributes. The resulting PNG or JPEG file when converting using `.png()` or `.jpeg()` has incorrect orientation of the marker...

enhancement
blocked-upstream-dependency