Description

Java Image I/O reader and writer for the Google WebP image format.

License

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

Usage

Compiling

The build should work with either Maven or CMake but the Maven build incorporates unit tests to confirm that the generated library works.

Maven

The Maven build uses the cmake-maven-plugin to build the native code. The Java code, of course, just uses Maven.

CMake