Skip to content
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

Closed
fredprodibi opened this issue Jul 16, 2020 · 5 comments
Closed

How to build NetVips.Native.linux-x64 with WebP support? #89

fredprodibi opened this issue Jul 16, 2020 · 5 comments
Labels
question Further information is requested

Comments

@fredprodibi
Copy link

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

@kleisauke kleisauke added the question Further information is requested label Jul 17, 2020
@kleisauke
Copy link
Owner

Loading and saving WebP images should already be supported within all prebuilt binaries (NetVips.Native.*).

@fredprodibi
Copy link
Author

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

@kleisauke
Copy link
Owner

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:
lovell/sharp#2289 (comment)

@fredprodibi
Copy link
Author

Thank you very much, the avif support is a very welcome news!

I close the issue as you have helped me a lot.

@kleisauke
Copy link
Owner

NetVips.Native v8.10.5(.1) is now available with prebuilt binaries that contain libaom and libheif for full AVIF decoding and encoding support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants