You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember this library do not contain the libwebp binary!
If the target system do not have libwebp binary pre-installed, you MUST put the binary to the java.library.path!
For pre-compiled libwebp binaries, see https://developers.google.com/speed/webp/download.
I am download, unzip and add binaries from libwebp-1.4.0-windows-x64.zip (by your link) to my binary to the java.library.path, but i am take error:
Also i try set WebP INSTANCE LibraryLoader manually (just add .search(my_path)), but its not work too.
Could this be due to the fact that the specified archive contains only libwebp.lib, libwebpmux.lib and libwebpdemux.lib, instead of the required webp? Where can I get it then, becouse this archive does not contain any files with name webp?
The text was updated successfully, but these errors were encountered:
Hello @Tianscar! In your ReadMe states:
I am download, unzip and add binaries from
libwebp-1.4.0-windows-x64.zip
(by your link) to my binary to thejava.library.path
, but i am take error:Also i try set
WebP INSTANCE LibraryLoader
manually (just add.search(my_path)
), but its not work too.Could this be due to the fact that the specified archive contains only
libwebp.lib
,libwebpmux.lib
andlibwebpdemux.lib
, instead of the requiredwebp
? Where can I get it then, becouse this archive does not contain any files with namewebp
?The text was updated successfully, but these errors were encountered: