dmslecture4
dmslecture4
Lecture 4: Images
4.1 Introduction
Welcome to the fourth lecture on Images. Still images are the important element of a
multimedia project or a web site. In order to make a multimedia presentation look
elegant and complete, it is necessary to spend ample amount of time to design the
graphics and the layouts. Competent, computer literate skills in graphic art and design
are vital to the success of a multimedia project.
29
DISTRIBUTED MULTIMEDIA SYSTEMS
Bitmaps
A bitmap is a simple information matrix describing the individual dots that are the
smallest elements of resolution on a computer screen or other display or printing device.
A one-dimensional matrix is required for monochrome (black and white); greater depth
(more bits of information) is required to describe more than 16 million colors the
picture elements may have, as illustrated in following figure. The state of all the pixels
on a computer screen make up the image seen by the viewer, whether in combinations
of black and white or colored pixels in a line of text, a photograph-like picture, or a
simple background pattern.
30
DISTRIBUTED MULTIMEDIA SYSTEMS
Clip Art
A clip art collection may contain a random assortment of images, or it may contain a
series of graphics, photographs, sound, and video related to a single topic. For
example, Corel, Micrografx, and Fractal Design bundle extensive clip art collection
with their image-editing software.
Multiple Monitors
When developing multimedia, it is helpful to have more than one monitor, or a single
high-resolution monitor with lots of screen real estate, hooked up to your computer.
In this way, you can display the full-screen working area of your project or presentation
and still have space to put your tools and other menus. This is particularly important in an
authoring system such as Macromedia Director, where the edits and changes you make in
31
DISTRIBUTED MULTIMEDIA SYSTEMS
Scanning Images
After scanning through countless clip art collections, if it is not possible to find the
unusual background you want for a screen about gardening. Sometimes when you
search for something too hard, you don’t realize that it’s right in front of your face.
Open the scan in an image-editing program and experiment with different filters, the
contrast, and various special effects. Be creative, and don’t be afraid to try strange
combinations – sometimes mistakes yield the most intriguing results.
32
DISTRIBUTED MULTIMEDIA SYSTEMS
Vector Drawing
Most multimedia authoring systems provide for use of vector-drawn objects such
as lines, rectangles, ovals, polygons, and text. Computer-aided design (CAD) programs
have traditionally used vector-drawn object systems for creating the highly complex and
geometric rendering needed by architects and engineers. Graphic artists designing for print
media use vector-drawn objects because the same mathematics that put a rectangle on your
screen can also place that rectangle on paper without jaggies. This requires the higher
resolution of the printer, using a page description language such as PostScript. Programs for
3-D animation also use vector-drawn graphics. For example, the various changes of
position, rotation, and shading of light required to spin the extruded.
Color
Color is a vital component of multimedia. Management of color is both a subjective and
a technical exercise. Picking the right colors and combinations of colors for your project
can involve many tries until you feel the result is right.
33
DISTRIBUTED MULTIMEDIA SYSTEMS
acts as a lens to focus light rays onto the retina. The light rays stimulate many
thousands of specialized nerves called rods and cones that cover the surface of the
retina. The eye can differentiate among millions of colors, or hues, consisting of
combination of red, green, and blue.
Additive Color
In additive color model, a color is created by combining colored light sources in three
primary colors: red, green and blue (RGB). This is the process used for a TV or computer
monitor
Subtractive Color
In subtractive color method, a new color is created by combining colored media such
as paints or ink that absorb (or subtract) some parts of the color spectrum of light
and reflect the others back to the eye. Subtractive color is the process used to create
color in printing. The printed page is made up of tiny halftone dots of three primary
colors, cyan, magenta and yellow (CMY).
34
DISTRIBUTED MULTIMEDIA SYSTEMS