Digital Image
Digital Image
IMAGE
The Nature of Digital Images
8-bit –can have 256 colors. The 256 color images are often known as
indexed color images. The values are actually indexes to a table of many
more different colors.
16-bit – can have 65536 colors, also known as hi-color in Windows systems. The
16 bits are divided into 5 bits for RED, 6 bits for GREEN and 5 bits for BLUE.
24-bit – 2 = 16, 777,216 colors, true color. Each byte is used to represent the
24
intensity of a primary color, RED, GREEN and BLUE. Each color can have 256
different levels.
Output resolution – refers to number of dots per inch(dpi) on a (hard copy) output
device.
Many printers have 300dpi or 600dpi resolution. High-quality image setters can
print at a range between 1200dpi and 2400dpi, or higher.
Acquiring Digital Images
There are many ways to create or get digital images. We list some of
the most common ways:
VRML – stands for Virtual Reality Markup Language. It is for descripting a scene in a
virtual world.
Example code:
Cube {
Width 30 Depth 30 Height 30}
Material {
ambientColor 0.2 0.2 0.2
diffuseColor 0.8 0.8 0.8
SpecularColor 0 0 0
emissiveColor 0 0 0
shininess 0.2
Transparency 0
}
Languages for Describing Vector
Graphics
Vector graphics files store the lines, shapes and colors that make up an
image as mathematical formulae. A vector graphics program uses
these mathematical formula to construct the screen image, building
the best quality image possible, given the screen resolution. The
mathematical formulae determine where the dots that make up the
image should be placed for the best results when displaying the image.
Digital Image Processing
This is a very large area containing the following sub-areas: