/webp-java-sample

How to use Google WebP Image format in Java

Primary LanguageJavaMIT LicenseMIT

webp-java-sample

How to use Google WebP Image format in Java with spring

Description

Java Image I/O reader and writer for the Google WebP image format and Webp-imageIo Java Library library for java.

License

webp-java-sample is distributed under the Apache Software License version 2.0.

Usage

  • 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

Building

The build should work with either Gradle and Spring boot but There is no test case but I have prepared a Demo Page.