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

JDeli vs Java ImageIO: Benchmarks and Migration

Java’s built-in javax.imageio.ImageIO has been the default image library since J2SE 1.4. It reads and writes JPEG, PNG, BMP, GIF, and TIFF (from JDK...
7 min read

Benchmarking Java Image Libraries encoding: Speed, Quality, and File Size — What Really Matters?

TL;DR When benchmarking Java image libraries, what matters most depends on your use case. Speed is critical for high-throughput services, file size drives storage...
7 min read

How to Convert AVIF to JPG in Bulk (Tutorial)

If you’re working with a large number of AVIF files, converting them to JPG in bulk can streamline your workflow, especially when the JPG...
1 min read

JDeli: The Memory-Efficient & Performance Replacement for Java ImageIO

JDeli is the industry-leading, high-performance replacement for the default javax.imageio.ImageIO package. It resolves common issues associated with the standard library, offering up to 7X...
2 min read

Working with Images in Java

Java developers working with Image files have limited options. Since starting the company in 1999, we’ve been frustrated by the limited options available for...
6 min read

Scaling Images in Java with JDeli

In Java, you can easily scale images with the help of libraries like JDeli, which offers both standard and advanced scaling options. This guide...
2 min read