webp-imageio-core
webp-imageio-core copied to clipboard
Java Image I/O reader and writer for the Google WebP image format without system native libs
While trying to test the library under Windows I have the folowing error. The webp-imageio.dll is in the temporary directory but it seems that there are dependent libraries... Can someone...
Can you provide the source code of Linux dynamic library
java.lang.UnsatisfiedLinkError: /tmp/libwebp-imageio3081146620633981232.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/libwebp-imageio3081146620633981232.so)
So, I cannot recompile it under Alpine Linux and cannot follow these instructions: >Download source code of webp project of Luciad , and unzip it. > ``` wget https://bitbucket.org/luciad/webp-imageio/get/873c5677244b.zip -O...
Why did the following crash occur? The system call to the native method for generating a WebP thumbnail crashed directly. A fatal error has been detected by the Java Runtime...