You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you trying to achieve?
I want to create a Layer for a Lambda function that contains all the modules for sharp.
I've read the documentation and I've used npm install --arch=x64 --platform=linux sharp to install sharp with Linux binaries.
Now, I want to use the option 'quality' when the output is png. However it "requires libvips compiled with support for libimagequant".
I'm on windows and I don't really want to install docker. I'm trying to find a way to get libimagequant working with sharp on windows and then create a script similar to the one above when I want to deploy to AWS.
What are you trying to achieve?
I want to create a Layer for a Lambda function that contains all the modules for sharp.
I've read the documentation and I've used
npm install --arch=x64 --platform=linux sharp
to install sharp with Linux binaries.Now, I want to use the option 'quality' when the output is png. However it "requires libvips compiled with support for libimagequant".
I'm on windows and I don't really want to install docker. I'm trying to find a way to get libimagequant working with sharp on windows and then create a script similar to the one above when I want to deploy to AWS.
Here are a few links I've used:
kleisauke/libvips-packaging#2
#1631
Does anyone have already faced this problem?
The text was updated successfully, but these errors were encountered: