Multimedia Basics and Representation
Multimedia Basics and Representation
Chapter one
Multimedia Basics and Representation
1
DIGITAL MULTIMEDIA CHARACTERISTICS
A Multimedia system has four basic characteristics:
1. Monochrome/Bit-Map Images
• Each pixel is stored as a single bit (0 or 1)
• The value of the bit indicates whether it is light or dark
Fig 1.2: Monochrome 1-bit Lena image
2. GRAYSCALE
IMAGES
• Each pixel is usually stored as a byte (value between 0 to 255)
• This value indicates the degree of brightness of that point. This
brightness goes from black to white
Fig 1.3: Grayscale image of Lena
3. 8-BIT COLOR IMAGES
• One byte for each pixel
• Supports 256 out of the millions possible, acceptable color quality
• Requires Color Look-Up Tables (CLUTs)
Basically, the image stores not color, but instead just a set of bytes,
each of which is actually an index into a table with 3-byte values
that specify the color for a pixel with that lookup table index.
COLOR LOOK-UP TABLES (LUTS)
• The idea used in 8-bit color images is to store only the index, or code
value, for each pixel. Then, e.g., if a pixel stores the value 25, the
meaning is to go to row 25 in a color look-up table (LUT).
For 25, R= 00011110, G=10111110 ,and B= 00111100
44