-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build NetVips.Native.linux-x64 with WebP support? #89
Comments
Loading and saving WebP images should already be supported within all prebuilt binaries (NetVips.Native.*). |
Thank you! it works it was path issue! I tried with HEIC but this doesn't seems to be built in, how can I add this support? Thank you |
Reading and writing HEIF images requires a custom, globally-installed libvips that has itself been compiled with support for libheif. You'll also need libde265 for decoding HEVC files and optionally x265 for encoding. The prebuilt binaries will not include libde265/x265 (and will never include patent-encumbered HEVC-related logic). Note that the royalty-free AVIF format is currently being considered for addition to the prebuilt binaries, see: |
Thank you very much, the avif support is a very welcome news! I close the issue as you have helped me a lot. |
NetVips.Native v8.10.5(.1) is now available with prebuilt binaries that contain libaom and libheif for full AVIF decoding and encoding support. |
Hello, I have added the package NetVips.Native.linux-x64 from Nuget and it works great. However I would need the support for webp.
Does someone has the build for that, or info on how to do it?
Thank you
The text was updated successfully, but these errors were encountered: