BufferedImage

How to insert an image into a PDF

Recently, we released JPedal 2023.07 which contains the ability to insert images into PDF files. All you need is a copy of JPedal, a...
Jacob Collins
18 sec read

How does Java handle different Images and ColorSpaces –…

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

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