Search results for: compression

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

Java 8 vs Java 11 – What are the…

Updated 03/11/2022: Java 11 is no longer the most recent Long Term Support (LTS) Java release. Read our new article here: https://blog.idrsolutions.com/java-17-vs-java-11/ With Java...
Daniel Warren
2 min read

What is a WebP file?

What is WebP? WebP is a new image format created by Google to work on web browsers. WebP images are designed to be small...
Georgia Ingham
3 min read

How to generate smaller PNG files in Java

As you may already know, PNG is a lossless image format which has comparatively larger file sizes when compared to JPEG. But often PNG is...
suda
1 min 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