How to use Google WebP Image format in Java with spring
Java Image I/O reader and writer for the Google WebP image format and Webp-imageIo Java Library library for java.
webp-java-sample is distributed under the Apache Software License version 2.0.
- install JDK 1.8
- checkout this application on your computer
- Ensure libwebp-imageio.so (for linux) or libwebp-imageio dylib (for osx) (in the /webapp/WEB-INF/lib/) is accessible on the Java native library path (java.library.path system property)
- bootrun and check your application log
The build should work with either Gradle and Spring boot but There is no test case but I have prepared a Demo Page.