Amy Pearson

  Amy is the product lead for JDeli with expertise in image code, Java, web development, and cloud computing. She focuses on JDeli and has also contributed to JPedal, cloud services, and support. Outside work, she enjoys gaming, F1, and music.

 



39 Stories by Amy Pearson

How to mass convert PNG to JPG (Tutorial)

Handling a vast collection of PNG images? Converting them to JPG in bulk can be extremely beneficial, especially if you need JPGs for various...
1 min read

How to bulk convert WebP to JPG (Tutorial)

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

How to convert HEIC to JPG in bulk (Tutorial)

If you’re dealing with a large collection of images in HEIC format, chan HEIC files to JPG in bulk can be a lifesaver. HEIC...
1 min read

How to write TIFF images in Java (Tutorial)

TL;DR: Java’s ImageIO has partial TIFF support, but it regressed between Java 8 and Java 11 and images that wrote correctly in Java 8...
4 min read

Introducing our free guide on how to read and write images in Java with JDeli

After receiving many questions about how to read and write different images in Java, we have created a How to guide for JDeli, showing...
45 sec read

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...
4 min read