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.
## Question about an existing feature ### What are you trying to achieve? I want to use sharp in an electron application. I want to build this application to work...
## Feature request ### What are you trying to achieve? I am trying to create gif using multiple images but the gif is being created with only one image. I...
The debug log is compromising the gyp variable use_global_libvips and therefore breaks compilation when the detection adds additional output. ``` /app/node_modules/sharp # SHARP_FORCE_GLOBAL_LIBVIPS=true node -p "Boolean(require('./lib/libvips').useGlobalLibvips()).toString()" sharp: Detected SHARP_FORCE_GLOBAL_LIBVIPS, skipping...
## 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 ]...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [ ] Running `npm install sharp` completes without error. - [ ]...
## 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'm using this function to check if an uploaded image matches a specified size and, if not, resize it to the desired dimensions before proceeding with the next middleware or...
Error: Something went wrong installing the "sharp" module Cannot find module '../build/Release/sharp-android-arm64v8.node' Require stack: - /storage/emulated/0/cpanel/node_modules/wa-sticker-formatter/node_modules/sharp/lib/sharp.js - /storage/emulated/0/cpanel/node_modules/wa-sticker-formatter/node_modules/sharp/lib/constructor.js - /storage/emulated/0/cpanel/node_modules/wa-sticker-formatter/node_modules/sharp/lib/index.js - /storage/emulated/0/cpanel/node_modules/wa-sticker-formatter/dist/internal/convert.js - /storage/emulated/0/cpanel/node_modules/wa-sticker-formatter/dist/Sticker.js - /storage/emulated/0/cpanel/node_modules/wa-sticker-formatter/dist/index.js - /storage/emulated/0/cpanel/zeyz.js - /storage/emulated/0/cpanel/function/chache.js...
sharp not included in a packaged Electron app build with Quasar (yarn 4.3.1, electron-builder, vite)
## Possible install-time or require-time problem - [x] I have read and _not_ understood all of the [documentation relating to installation](https://sharp.pixelplumbing.com/install). - [x] I have searched for known bugs relating...