Lovell Fuller
Lovell Fuller
I've added some clarification and a further example to the docs via commit https://github.com/lovell/sharp/commit/0eb57698ec4b47cc9d67f8ec25d70bb4d3930fb5
I hope this information helped. Please feel free to re-open with more details if further assistance is required.
> I want to understand why the installation docs still have... The default settings in Electron builder results in `.node` files (shared libraries) being `dlopen`ed from temporary, non-deterministic locations. By...
@damms005 Were you able to make any progress with this?
Thanks for the updates, I can't find where you've added the `asarUnpack` configuration to https://github.com/damms005/sharpie - am I missing something? https://github.com/search?q=repo%3Adamms005%2Fsharpie%20asarUnpack&type=code It might be worth asking the quasar maintainers again...
As of v0.33.0, sharp no longer includes a `binding.gyp` in the package root, instead nesting it as you've seen. This is to actively prevent packaging tooling from attempting to invoke...
Multi-page and animated images are treated as the same thing by libvips, so this logic would probably live in sharp itself and very closely represent the sample `metadata.pages > 1...
https://sharp.pixelplumbing.com/api-output#heif > Support for patent-encumbered HEIC images using `hevc` compression requires the use of a globally-installed libvips compiled with support for libheif, libde265 and x265.
The same applies to both decoding and encoding.
I hope this information helped. Please feel free to re-open with more details if further assistance is required.