Best way to read and write webp format images in java

java, webp

Solution

Found this library today: webp-imageio. Haven't tried it out yet, but it looks like it'll do encoding using ImageIO.

Problem

The normal Imageio Library says it cannot read the Webp format images. Are there any simple methods to read and webp images in java?

Original source