WebP

How to write WebP images in Java (Tutorial)

TL;DR: Java’s ImageIO does not support WebP by default. To write WebP images in Java you have two options: drop in a plugin so...
Amy Pearson
2 min read

How to read WebP files in Java (Tutorial)

Why do WEBP Images cause issues for Java Developers? ImageIO does not read WEBP file types by default so existing Java Applications will not...
Bethan Palmer
1 min read

Comparing WebP compression algorithms

In this article we will be comparing algorithms to compress webp image. To do this, we will be using our Java image library, JDeli....
Amy Pearson
1 min read