An Image is a numeric representation (normally it is binary) of a two-dimensional image. Depending on whether the image resolution is fixed (non changeable), it may be of vector or raster type. Without qualifications, the term “image” usually refers to raster images also called bitmap images.

Image

PDFBox alternative

Working with PDF documents in Java, developers often encounter the choice between open-source libraries like Apache PDFBox and commercial solutions like JPedal. While PDFBox...
Jacob Collins
1 min read

How to read PDF files in Java?

In this article I will show you how you can read PDF in Java, using JPedal (a Java library to Convert, Print, View PDF...
Promil
2 min read

How to write TIFF images in Java (Tutorial)

In this article, we will walk you through how to write out images as TIFF images in Java. We also have a related article...
Amy Pearson
54 sec read

How to write HEIC image files in Java (Tutorial)

In this article, I will cover how to write out images as Heic files in Java. We also have a related article covering how...
Mark Stephens
40 sec read

How to write GIF image files in Java (Tutorial)

In this article, I will cover how to write out images as GIF in Java. We also have a related article covering how to read...
Mark Stephens
32 sec read

How to read PSD images in Java (Tutorial)

In this blog post I will explain how to read PSD images in Java using the free ImageIO library and our own JDeli image library....
Zain
37 sec read