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.
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
[澳门WGS84.zip](https://github.com/lovell/sharp/files/13828701/WGS84.zip) Windows prewview  Convert TIF to PNG preview using Sharp  my code  root@eulee:/home/eulee_geo_docker/geo_services_data/uploads/raster# identify -verbose 澳门WGS84.tif Image: 澳门WGS84.tif Format: TIFF (Tagged Image File Format) Mime type: image/tiff...
## Possible bug I am trying to resize images using `affine` instead of `resize`, in order to have access to different interpolation methods, such as `nohalo`, `bicubic`, etc. but the...
Hey, I am using sharp to store an image from a svg in my project. But I have a problem when I want to have one "clip-path" inside another. The...
## Question about an existing feature ### What are you trying to achieve? Consistent output without white border. ### When you searched for similar issues, what did you find that...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
I have a issue resizing jpg image, it is a corrupted file but I need to process it too, could you please help me, thanks the code const readStreamObject =...
Hi, I got 2 images with are quite similar, but have a different background color. I want to use these different colors to make all those pixels transparent. So when...