Digital Image Formats

There are many digital image representation such as raster and vector format. The raster type represent the image in pixels, while vector type represent the image in vector notation (curve, line, circle, etc). Only raster type will be discussed here. Raster image is constructed by many pixels, where each pixel is arranged in rows and columns. Each pixel can be addressed by its Cartesian coordinate. Within raster image, there are some very popular formats: binary, gray scale, true color, and indexed color.

Binary Image
In binary image, there are only two values: 0 or 1, representing two different colors. Most common color mapping is black for 0 and white for 1. Example of binary image is shown in figure 1.

0 comments: