JPEG (seen most often with the .jpg extension) is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography.

JPEG

What is JPEG?

What is JPEG? JPEG is a very well supported file format and works with all modern web browsers. It does not include an opacity...
Mark Stephens
59 sec read

How to choose JPG versus JPEG2000 for image files

Since we started to support both JPG and JPG2000 as image file outputs in our software, we have found that this is a very...
Mark Stephens
1 min read

How to read JPEG images in Java

In this article, I will show you how to read JPEG images in Java using ImageIO and JDeli. We also have a related article...
Zain
33 sec read

How to write JPEG Images in Java

In this article, I will show you how to write JPEG images in Java. We also have a related article covering how to read...
Sylwia Dorota Kedzia
54 sec read

Replacing the deprecated Java JPEG classes for Java 7

In the early days of Java, Sun produced a really handy set of classes to handle JPEG images. These included some really nifty little...
Mark Stephens
1 min read