GIF

Benchmarking Java Image Libraries encoding: Speed, Quality, and File…

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...
Amy Pearson
7 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...
Amy Pearson
2 min read

Java PDF to GIF conversion (Tutorial)

Why convert PDF files to GIF images? A PDF is a vector image (so it is rendered when you display it at whatever size...
Jacob Collins
1 min read

How to read GIF files in Java (Tutorial)

In this article, we will show you how to read GIF files in Java. What options are there for reading GIF files in Java?...
Patrick Sheppard
45 sec read

What is Image Interlacing?

What is Interlacing Interlacing is the practice of filling in alternating lines of data in an image, helping to visualize the image before it...
Amy Pearson
1 min read