All Stories

How does Java handle different Images and ColorSpaces –…

BufferedImage is one of the most useful Java abstractions. It hides all the complexity of different types of images whilst allowing access to the...
Mark Stephens
1 min read

How does Java handle different Images and ColorSpaces –…

There are lots of different ways of describing Color. As developers, we are most familiar with the RGB model, where every color is defined...
Mark Stephens
50 sec read

How to set up PDF to HTML5 conversion to…

One of the big themes of 2019 was running software in the Cloud using technologies such as Docker. The most commonly asked support question...
Leon Atherton
55 sec read

What is changing with our standardised manifest values and…

Manifest files are a small text information file stored in the jar. It is a useful place for storing information about the jar. In...
Ethan
2 min read

How does Java handle different Images and ColorSpaces –…

One of the attractions of Java is the way it abstracts and simplifies many programming constructs. In place of Tiffs, PNGs, JPEGs and other...
Mark Stephens
1 min read