Bethan Palmer

  https://blog.idrsolutions.com/author/bethan Bethan is a Java developer and a Java Champion. She has spoken at conferences including JavaOne/Code One, DevFest and NetBeans days. She has a degree in English Literature.

   



23 Stories by Bethan Palmer

How to read and write images in Java

In this post, I will show you how to read and write image files in Java. I will demonstrate 2 different ways of doing...
1 min read

How to convert an image to a PDF in Java

In a previous post I looked at why you might want to convert a PDF file to an image (you can use JPedal to...
1 min read

Java 10 Local-Variable Type Inference Explained in 5 Minutes

The biggest new feature in Java 10 is the introduction of the Local-Variable Type Interface. What is Local-Variable Type Inference? This new feature will...
1 min read

Replacing ImageIO with the JDeli image library

We created JDeli to be a better alternative to ImageIO. If you add JDeli to your classpath, ImageIO will automatically use for all supported...
47 sec read

What is new in Java 8?

Java 8 has been out for some time now and here at IDRsolutions we have been busy updating our software to take advantage of...
24 sec read