Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Java

Why we wrote our own Java JPEG 2000 libraries

What is JPEG 2000? JPEG 2000 is an important image file format which offers significant benefits over JPEG. For our specific usage it does...
Mark Stephens
58 sec read

How to Enable SVG Gzip Compression on Apache and…

Gzip compression is a widely supported method of reducing the size of the content sent from a web server in order to improve the...
Leon Atherton
53 sec read

Image Rotation In Java

In this article I will show you how to rotate images in Java. Introduction The simplest way to rotate an image in Java is...
Amy Pearson
1 min read

3 ways in which Java modules will change the…

This month we are looking at which version of Java you should be running. In our other articles, we look at Java 8 vs Java...
Mark Stephens
2 min read

Image Scaling in Java

In this article I will show you how to scale an Image in Java. The simplest way to scale an image in Java is...
Amy Pearson
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