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 SGI images in Java (Tutorial)

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

How to read DICOM Image files in Java (Tutorial)

In this post, we will be showing you how to read DICOM image files using a Java Dicom Library. Dicom is the standard for...
Bethan Palmer
1 min read

What is AVIF image format?

What is AVIF? AVIF stands for AV1 Image File Format  and is used for storing images and video. It uses the same container format...
Mark Stephens
59 sec read

Comparing WebP compression algorithms

In this article we will be comparing algorithms to compress webp image. To do this, we will be using our Java image library, JDeli....
Amy Pearson
1 min read

CCITT Compression Guide

What is CCITT Compression? CCITT compression is a set of lossless compression algorithms developed by the International Telegraph and Telephone Consultative Committee (Comité Consultatif...
Promil
1 min read

What is SGI file format?

What is SGI file format? SGI is a bitmap image file format for storing pixel data. It has 2-channel support (.bw for black and...
Amy Pearson
41 sec read