-
The following is a specific error message:
npm ERR! code 1
npm ERR! path E:\sites\digitalhippo2\node_modules\payload\node_modules\sharp
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32…
-
numjs depends on sharp, and sharp depends on libvips
`yarn add numjs` will be failed installing libvips because sharp ^0.27.2 downloads wrong binary
At the Sharp documentation, they said
_Pre…
-
Previously I attempted to use pyvips to write a (big) tiff tile-by-tile, but that is not supported yet: https://github.com/libvips/libvips/discussions/2860. Since I can now map #4223 a VImage to a pyv…
-
First of all, thanks for the library.
I'm having trouble trying to create an image with text. The same command works in the official command line utility. If I remove `TextOptions`, then the Rust c…
-
Hi!
Thanks for maintaining sharp and these native libraries for libvips! They're a great help to get started. 😃
I'd like to use the native libraries provided by this project in https://github.co…
-
I was install vips on a remote server running Debian linux. At first I was compiling libvips from Git source according to README.md, but it took me a lot of time to download the full Git repo and th…
-
Hi!
Just found this app and was hoping to test it asap by deploying it to heroku, but got this message on build step:
```
-----> Go app detected
-----> Installing libvips
Downloading libvi…
-
Hi,
Than you for compiling the windows version of libvips. Is it possible to include vipsdisp to the new release as part of the default build?
Thank you.
-
**Project description**
sharp is an image processing library for nodeJs. Under the hood it uses libvips.
**Metadata**
* homepage URL: https://sharp.pixelplumbing.com/
* source URL: https://g…
-
In the original version of libvips, the operations were mostly all code-generated by querying libvips library. It seems like we could do this again to stay in sync with libvips, as it could handle gen…