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

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

What is LZW compression?

What is LZW compression? LZW is a lossless data compression. LZW algorithm, developed by Abraham Lempel, Jacob Ziv and Terry Welch, uses a dynamically...
Promil
2 min read

What is a Dicom File?

What is DICOM? DICOM stands for Digital Imaging and Communications in Medicine. DICOM is the international standard for medical images. It sets out how...
Promil
2 min read

What is TIFF?

What is TIFF? TIFF stands for “Tag Image File Format”. It is a complex file format for storing one or more bitmapped images in...
Amy Pearson
2 min read