WebP

How to bulk convert WebP to JPG (Tutorial)

If you have a large collection of images in WebP format, converting them to JPG in bulk can be a game-changer. WebP, developed by...
Amy Pearson
1 min read

How to write WebP images in Java (Tutorial)

How to write a WebP image with ImageIO Download webp-imageio plugin and add it to your classpath. Create a File (or OutputStream) object Pass...
Mark Stephens
1 min read

How to read WebP files in Java (Tutorial)

In this blog post, I will show you how to read WebP files in Java. We also have a related article covering how to...
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