Mark Stephens

  https://www.idrsolutions.com Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

   



187 Stories by Mark Stephens

How to convert EMF files to SVG in Java with JDeli

This article shows you how to convert EMF files into SVG files using our JDeli Java Image library. We also have a related article...
52 sec read

How to write JPEG2000 Images in Java

In this article I will show you how to write JPEG2000 images in Java. We also have a related article covering how to read...
51 sec read

How does Java handle different Images and ColorSpaces – Part 4 ImageIO and other image libraries

Unless you are creating all your images, by drawing then inside the code with the Graphics2D commands, you will need an image library to...
1 min read

How does Java handle different Images and ColorSpaces – Part 3 Introducing the BufferedImage

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

How does Java handle different Images and ColorSpaces – Part 2

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