All Stories

What are the WMF and EMF Image File formats?

What is an EMF file? EMF is a large metadata Windows file format designed to store high resolution images for high-quality image printing. It...
Mark Stephens
57 sec read

How to use JDeps with multi-jars in Java

If you have followed previous instalments, you will know we have used JDeps to create a multi-jar file version of our JPedal Java library....
Mark Stephens
1 min read

How to find deprecated methods in Java

A Java deprecated method is one that should not be used because it is going to be removed (and often there is a better,...
Mark Stephens
1 min read

How to create a module-info file with JDeps

In this article, I am going to work through adding modules support to an existing Java application. I am using our JPedal (our Java...
Mark Stephens
2 min read

3 reasons Java developers switch to JDeli from ImageIO

ImageIO is build into the JDK and provides basic image support in Java. JDeli is a commercial image library for Java Developers from IDRsolutions....
Mark Stephens
1 min read