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

How to read BMP images in Java

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

How to read WebP files in Java

In this blog post, I will show you how to read WebP files in Java. We also have a related article covering how to...
Bethan Palmer
39 sec read

How to read SGI images in Java

In this post, I will show you how to read SGI images in Java. ImageIO does not support SGI images by default so you...
Zain
37 sec read

How to read PSD images in Java

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
28 sec read

How to read DICOM Image files in Java

In this post, I will be showing you how to read DICOM image files in Java. ImageIO does not support DICOM file types by...
Bethan Palmer
36 sec read