forked from qwong/j-webp Java Image I/O reader and writer for the Google WebP image format without system lib file. In source program, coders need to put native lib files like .so/.dll/.dylib into the ...
WebP images can be decoded using default settings as follows. BufferedImage image = ImageIO.read(new File("input.webp")); To customize the WebP decoder settings you need to create instances of ...