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 install-time or require-time problem - [X] I have read and understood all of the [documentation relating to installation](https://sharp.pixelplumbing.com/install). - [X] I have searched for known bugs relating to...
Problem Description We're encountering a write error when using Sharp for image processing on Windows systems (both Win10 and Win11) where the username contains Chinese characters.
## 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...
## Feature request When resizing images with `cover`, it's possible to define an origin position, which by default is `centre`. Other options are `top`, `right top`, `right`, etc. I'd like...