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.
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...
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...
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...
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...
The following SVG is not rendered correctly. The girl in the image get's her handbag cropped as you can see in this PNG:  To reproduce simply covert SVG...
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....
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?...
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...
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 //...
## 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...