SlideShare ist ein Scribd-Unternehmen logo
1 von 70
CHAPTER 3
IMAGE
Objectives
• Discuss the various factors that apply to the use of
images in multimedia.
• Describe the capabilities and limitations of bitmap
images.
• Describe the capabilities and limitations of vector
images.
• Define various aspects of 3D modeling.
• Describe the use of colors and palettes in multimedia.
• Cite the various file types used in multimedia.
Overview
• Creation of multimedia images.
• Creation of still images.
• Colors and palettes in multimedia.
• Image file types used in multimedia.
Creation of multimedia imagesCreation of multimedia images
• Images obviously play a very important role in
multimedia products
– Images may be photograph-like bitmaps, vector-based drawings, or 3D
renderings
• The type of still images created depends on the
display resolution, and hardware and software
capabilities.
• Access to the right tools and right hardware for
image development is important!
– E.g., graphic designers like to have large, high-resolution monitors or
multiple monitors
Types of Still ImagesTypes of Still Images
Still images are generated in two ways:
– Bitmaps (or raster-based) .
– Vector-drawn graphics.
Bitmaps
• Bitmap is derived from the words ‘bit’, which means
the simplest element in which only two digits are
used, and ‘map’, which is a two-dimensional matrix
of these bits.
• A bitmap is a data matrix describing the individual
dots of an image that are the smallest elements
(pixels) of resolution on a computer screen or
printer.
• Example
Bitmaps
• Bitmaps are an image format suited for
creation of:
– Photo-realistic images.
– Complex drawings.
– Images that require fine detail.
• Bitmapped images are known as paint
graphics.
• Bitmapped images can have varying bit and
color depths.
Bitmaps
Available binary Combinations for
Describing a Color
• More bits provide more color depth, hence more photo-realism;
• but require more memory and processing power
• Monochrome just requires one bit per
pixel, representing black or white
BMP – 16 KB
• 8 bits per pixel allows 256 distinct colors
BMP – 119KB
• 16 bits per pixel represents 32K distinct colors (Most
graphic chipsets now supports the full 65536 colors
and the color green uses the extra one bit)
BMP – 234 KB
• 24 bits per pixel allows millions of colors
• 32 bits per pixel – trillion of colors
BMP – 350KB
• Bitmaps are best for photo-realistic images
or complex drawings requiring fine detail
• Bitmaps picture and their suitability of use:-
– Use the native Microsoft bmp format as a raw image that will later be
processed. It faster to process.
– Use JPEG, for photo sharing on the web because of its size and quality.
– GIF is normally used for diagrams, buttons, etc., that have a small number of colours
• It is also suitable for simple animation because it
supports interlaced images.
– PNG is almost equal to gif except that it didn’t support the animation format.
Bitmaps
Bitmaps can be inserted by:
– Using clip art galleries.
– Using bitmap software.
– Capturing and editing images.
– Scanning images.
Clip Art
CaptureScan
Drawn
Using Clip Art GalleriesUsing Clip Art Galleries
• A clip art gallery is an assortment of graphics, photographs,
sound, and video.
• Clip arts are a popular alternative for users who do not
want to create their own images.
• Clip arts are available on CD-ROMs and on the Internet.
• Legal rights :
1)1) Public domain imagePublic domain image
2)2) Royalty free imageRoyalty free image
3)3) Right Managed ImageRight Managed Image
Using Bitmap SoftwareUsing Bitmap Software
The industry standard for bitmap painting and
editing programs are:
• Adobe's Photoshop and Illustrator.Adobe's Photoshop and Illustrator.
• Macromedia's Fireworks.Macromedia's Fireworks.
• Corel's Painter.Corel's Painter.
• CorelDraw.CorelDraw.
• Quark Express.Quark Express.
Capturing and Editing ImagesCapturing and Editing Images
• Capturing and storing images directly from the
screen is another way to assemble images for
multimedia.
• The PRINT SCREENPRINT SCREEN button in Windows and
COMMAND-CONTROL-SHIFT-4COMMAND-CONTROL-SHIFT-4 keystroke on the
Macintosh copies the screen image to the
clipboard.
• Clipboard : a temporary memory to store the
COPY, CUTCOPY, CUT and PASTEPASTE data
Capturing and Editing ImagesCapturing and Editing Images
Image editing programs enable the user to:
– Enhance and make composite images.Enhance and make composite images.
– Alter and distort images.Alter and distort images.
– Add and delete elements.Add and delete elements.
– Morph (manipulate still images to create animatedMorph (manipulate still images to create animated
transformations).transformations).
High Resolution Image : based on dot per inch (dpi) & effect file size
High Resolution PhotoHigh Resolution Photo
High resolution photoHigh resolution photo
• A high resolution picture is determined
by its number of pixels; more pixels
improves the sharpness of the picture.
• This is print quality
Low resolution photoLow resolution photo
• Any pictures found on the web
normally are low resolution and not
suitable for print quality.
• A picture that is low-resolution cannot
be made into a high resolution photo
Scanning ImagesScanning Images
• Users can scan images from conventional
sources and make necessary alterations and
manipulations.
Example of MorphingExample of Morphing
Example of Morphing
Example of Morphing
ApplicationsApplications of Vector-Drawnof Vector-Drawn
ImagesImages
• Vector-drawn images - created from geometric
objects such as lines, rectangles, ovals, polygons
using mathematical formulas
• Vector-drawn images are used in the following areas:
– Computer-aided design (CAD) programs.
– Graphic artists designing for the print media.
– 3-D animation programs.
– Applications requiring drawing of graphic shapes.
HowHow Vector-Drawn Images WorkVector-Drawn Images Work
• A vector is a line that is described by the location oflocation of
its two endpoints.its two endpoints.
• Vector drawing makes use of Cartesian co-ordinatesmakes use of Cartesian co-ordinates.
• Cartesian coordinates are numbers that describe a
point in two or three-dimensional space as the
intersection of X, Y, and Z axis.
X
Y
Z
• Example
RECT 0,0,200,300,RED,BLUE says
– “Draw a rectangle starting at 0,0 (upper left corner of screen) going
200 pixels horizontally right and 300 pixels downward, with a RED
boundary and filled with BLUE.”
300
pixel
200 pixel
Vector-Drawn ImagesVector-Drawn Images v/sv/s
BitmapsBitmaps
• Vector images use less memory space and
have a smaller file size (.svg) as compared to
bitmaps.
• For the Web, pages that use vector graphics in
plug-ins download faster, and when used for
animation, draw faster than bitmaps.
• Vector images cannot be used for
photorealistic images.
• Vector images require a plug-in for Web-
based display.
• Bitmaps are not easily scalable and resizable.
• Bitmaps can be converted to vector images
using autotracing.
Vector-Drawn ImagesVector-Drawn Images v/sv/s
BitmapsBitmaps
3-D Drawing and Rendering3-D Drawing and Rendering
• 3D graphics tools, such as Macromedia
Extreme3D, or Form-Z, typically extend
vector-drawn graphics in 3 dimensions (x, y
and z)
X
y
Z
3-D Drawing and Rendering3-D Drawing and Rendering
• A 3D scene consist of object that in turn contain many
small elements, such as blocks, cylinders, spheres or
cones (described in terms of vector graphics)
• The more elements, the finer the object’s resolution and
smoothness.
3-D Drawing and Rendering3-D Drawing and Rendering
• Objects as a whole have properties such as
shape, color, texture, shading & location.
• A 3D application lets you model an object’s
shape, then render it completely.
Features of a 3-D ApplicationFeatures of a 3-D Application
1. Modeling involves drawing a shape, such as a 2D letter,
then extruding it or lathing it into a third dimension.
– extruding : extending its shape along a defined path
– lathing : rotating a profile of the shape around a
defined axis
Features of a 3-D ApplicationFeatures of a 3-D Application
• Modeling also deals with lighting, setting a
camera view to project shadows
Features of a 3-D ApplicationFeatures of a 3-D Application
2.Rendering : produces a final output of a
scene and is more compute-intensive.
3-D Animation Tools3-D Animation Tools
3-D animation, drawing, and rendering tools
include:
– Ray Dream Designer.Ray Dream Designer.
– Caligari True Space 2.Caligari True Space 2.
– Specular Infini-D.Specular Infini-D.
– Form*Z.Form*Z.
– NewTek's Lightwave.NewTek's Lightwave.
Natural Light and ColorNatural Light and Color
• Light comes from an atom where an electron passes from a
higher to a lower energy level.
• Each atom produces uniquely specific colors.
• Color is the frequency of a light wave within the narrow band
of the electromagnetic spectrum, to which the human eye
responds.
• Eye can differentiate 80,000 different colors.
• Color and Culture
• Color and Emotion
Color and CultureColor and Culture
COLOR CHINA JAPAN EGYPT FRANCE UNITED
STATE
Red Happiness Anger
Danger
Death Aristocracy Danger
Stop
Blue Heavens
Clouds
Villainy Virtue
Faith
Truth
Freedom
Peace
Masculine
Green Ming
Dynasty
Heavens
Future
Youth
Energy
Fertility
Strength
Criminality Safety
Go
Yellow Birth
Wealth
Power
Grace
Nobility
Happiness
Prosperity
Temporary Cowardice
Temporary
White Death
Purity
Death Joy Neutrality Purity
Color and EmotionColor and Emotion
EMOTION COLOR EMOTION COLOR
Happy Yellow Inexpensive Brown
Pure White Powerful Red
Good Luck Green Dependable Blue
Good Red High Quality Black
Dignity Purple Nausea Green
High Technology Silver Deity White
Sexiness Red Bad Luck Black
Mourning Black Favorite Color Blue
Expensive Gold Least Favorite Color Orange
Computererized ColorComputererized Color
• The tools we use to describe color are different when the
color is printed than from when it is projected
• 2basic method of making color
– Additive
– Subtractive
ColorColor
Additive ColorAdditive Color
• In the additive color method, a color is
created by combining colored light sources in
three primary colors - red, green, and blue
(RGB).
• OLD TV and computer monitors use this
method.
Subtractive ColorSubtractive Color
• In the subtractive color method, color is
created by combining colored media such as
paints or ink.
• The colored media absorb (or subtract) some
parts of the color spectrum of light and reflect
the others back to the eye.
Subtractive ColorSubtractive Color
• Subtractive color is the process used to create
color in printing.
• The printed page consists of tiny halftone dots
of three primary colors- cyan (complement of
Red), magenta (complement of Green), and
yellow (Complement of Blue) (CMY).
Monitor-Specific ColorsMonitor-Specific Colors
• Colors should be used according to the target
audience's monitor specifications.
• The preferred monitor resolution is higher
1024x768 pixels and higher.
• The preferred color depth is 24 bits or more
which can display 16,777,216 different colors .
Computer Color ModelsComputer Color Models
• Different ways of representing information
about color.
• Models used to specify color in computer
terms are:
– RGB model - A 24-bit methodology where color is specified in terms of red,
green, and blue values ranging from 0 to 255.
– HSB and HSL models – Color is specified as an angle from 0 to 360 degrees on
a color wheel.
– Other models include CMYK, CIE, YIQ, YUV, and YCC.
RGB ModelRGB Model
 Add red, green and blue to create colors, so it is an
additive model.
 Assigns an intensity value to each pixel ranging from
0 (black) to 255 (white)
 A bright red color might have R 246, G 20, B 50
RGB Color ModelRGB Color Model
HSB and HSL Color ModelsHSB and HSL Color Models
• Based on human perception of color, three
fundamental properties of color:
– Hue – angle of 0 -360 degrees
– Saturation – intensity of color (%)
– Brightness / Lightness - relative lightness or
darkness of color (%)
HSB and HSL Color ModelsHSB and HSL Color Models
• Hue - color reflected from or transmitted
through an object, measured on color wheel
HSB and HSL ColorModelHSB and HSL ColorModel
• Saturation (or chroma) - strength or purity
of color (% of grey in proportion to hue)
HSB ModelHSB Model
• Brightness - relative lightness or darkness of
color, also measured as %
Black white
0% 50% 100%
CMYK ModelCMYK Model
• Based on light-absorbing quality of ink printed on
paper
• As light is absorbed, part of the spectrum is
absorbed and part is reflected back to eyes
• Associated with printing; called a modsubtractive
model
• Four channels: Cyan (C ), magenta (M), yellow (Y)
and black (K)
 In theory, pure colors should produce
black, but printing inks contain impurities,
so this combination produces muddy
brown
 K is needed to produce pure black, hence
CMYK is four-color process printing
Color PalettesColor Palettes
• Palettes are mathematical tables that
define the color of pixels displayed on
the screen.
• Palettes are called ‘color lookup tables’
or CLUTs on Macintosh.
• The most common palettes are 1, 4, 8,
16, and 24-bit deep.
Color PalettesColor Palettes
DitheringDithering
Dithering:
– Dithering is a process whereby the color value of
each pixel is changed to the closest matching
color value in the target palette.
– This is done using a mathematical algorithm.
Dithering
Original Picture Undeterred Picture Deterred Picture
Image File Types used inImage File Types used in
MultimediaMultimedia
• Macintosh formats.
• Windows formats.
• Cross-platform formats.
Macintosh FormatsMacintosh Formats
• On the Macintosh, the most commonly used
format is PICT.
• PICT is a complicated and versatile format
developed by Apple.
• Almost every image application on the
Macintosh can import or export PICT files.
Windows FormatsWindows Formats
• The most commonly used image file format on
Windows is DIB or known as BMP.
• DIB stands for Device-independent bitmaps.
Bitmap formats used most often by Windows
developers are:
– BMP - A Windows bitmap file.BMP - A Windows bitmap file.
• Native bitmap file format of the Microsoft Windows
environment
– TIFF - Extensively used in DTP packages.TIFF - Extensively used in DTP packages.
• Used to exchange documents between different
applications and platforms
– PCX - Used by MS-DOS paint software.PCX - Used by MS-DOS paint software.
• One of the oldest bitmapped formats popularized by
MS-DOS paint programs that first appeared in the early
1980's
Cross-Platform FormatsCross-Platform Formats
The image file formats that are compatible
across platforms are:
• DXF, IGS or IGES - Used by CAD applications.
• CDR – CorelDraw, PSD – Photoshop n AI - Illustrator
• JPEG, PNG and GIF - Most commonly used formats on
the Web.
Most Popular Image File FormatsMost Popular Image File Formats
• JPEG (Joint-Photographic Experts Group)
• GIF (Graphical Interchange Format)
• PNG (Portable Network Graphic)
• Other formats:
–BMP, PSD, TIFF/TIF, TGA, EPS, PCX,
ICO
Most Popular Image File FormatsMost Popular Image File Formats
• JPEG
– For continuous tone images, such as full-color
photographs
– Supports more than 16 millions of color (24-bit)
– Uses lossy compression (averaging may lose
information)
• GIF
– For large areas of the same color and a moderate
level of detail.
– Supports up to 256 colors
– Allows transparency and interlacing
– Uses lossless compression
Most Popular Image File FormatsMost Popular Image File Formats
• PNG
 lossless, portable, well-compressed storage of
raster images
 patent-free replacement for GIF
 also replace many common uses of TIFF
 Support indexed-color, grayscale, and true color
images + an optional alpha channel for
transparency
Most Popular Image File FormatsMost Popular Image File Formats
Information DeliveryInformation Delivery
 Images or Graphics are used to convey information in
multimedia products.
 For example, a picture of an automobile engine is much
more effective than text that merely describes it.
 Images or Graphics for information delivery include:
 Drawn images
 Charts and graphs
 Maps
 Scenery
 People
Information DeliveryInformation Delivery
 In each case, the image must be relevant to the overall
product.
 Image size, color in respect to the application and other
images, and positioning must all be considered when using
images.
Information DeliveryInformation Delivery
SummarySummary
• The computer generates still images as
bitmaps and vector-drawn images.
• Images can be incorporated in multimedia
using clip arts, bitmap software, or by
capturing, editing, or scanning images.
• Creating 3-D images involves modeling,
extruding, lathing, shading, and rendering.
• Color is one of the most vital components of
multimedia.

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 7
Chapter 7 Chapter 7
Chapter 7
carnillr
 
3 multimedia elements - audio
3   multimedia elements - audio3   multimedia elements - audio
3 multimedia elements - audio
Kelly Bauer
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
Jomel Penalba
 
Multimedia tools(images)
Multimedia tools(images)Multimedia tools(images)
Multimedia tools(images)
dhruv patel
 

Was ist angesagt? (20)

The Internet and Multimedia
The Internet and Multimedia The Internet and Multimedia
The Internet and Multimedia
 
Chapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia FundamentalsChapter 1 - Multimedia Fundamentals
Chapter 1 - Multimedia Fundamentals
 
Chapter 7
Chapter 7 Chapter 7
Chapter 7
 
Sound
SoundSound
Sound
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Multimedia file formats
Multimedia file formatsMultimedia file formats
Multimedia file formats
 
Video File Format
Video File FormatVideo File Format
Video File Format
 
Multimedia System & Design Ch 5 video
Multimedia System & Design Ch 5 videoMultimedia System & Design Ch 5 video
Multimedia System & Design Ch 5 video
 
Topic: Making Multimedia Course Multimedia system and Design.
Topic: Making Multimedia Course Multimedia system and Design.Topic: Making Multimedia Course Multimedia system and Design.
Topic: Making Multimedia Course Multimedia system and Design.
 
Chapter 4 : SOUND
Chapter 4 : SOUNDChapter 4 : SOUND
Chapter 4 : SOUND
 
3 multimedia elements - audio
3   multimedia elements - audio3   multimedia elements - audio
3 multimedia elements - audio
 
Multimedia graphics and image data representation
Multimedia graphics and image data representationMultimedia graphics and image data representation
Multimedia graphics and image data representation
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
 
Multimedia Building Blocks by Daniyal Khan
Multimedia Building Blocks by Daniyal KhanMultimedia Building Blocks by Daniyal Khan
Multimedia Building Blocks by Daniyal Khan
 
Multimedia tools(images)
Multimedia tools(images)Multimedia tools(images)
Multimedia tools(images)
 
Multimedia chapter 2
Multimedia chapter 2Multimedia chapter 2
Multimedia chapter 2
 
Chapter 3 : IMAGE
Chapter 3 : IMAGEChapter 3 : IMAGE
Chapter 3 : IMAGE
 
Ppt on audio file formats
Ppt on audio file formatsPpt on audio file formats
Ppt on audio file formats
 
Multimedia authoring tools
Multimedia authoring toolsMultimedia authoring tools
Multimedia authoring tools
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 

Andere mochten auch

Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide Web
Samudin Kassan
 
Beyond function approximators for batch mode reinforcement learning: rebuildi...
Beyond function approximators for batch mode reinforcement learning: rebuildi...Beyond function approximators for batch mode reinforcement learning: rebuildi...
Beyond function approximators for batch mode reinforcement learning: rebuildi...
Université de Liège (ULg)
 
Interactive multimedia and virtual reality
Interactive multimedia and virtual realityInteractive multimedia and virtual reality
Interactive multimedia and virtual reality
Suprabha B
 
World wide web with multimedia
World wide web with multimediaWorld wide web with multimedia
World wide web with multimedia
Afaq Siddiqui
 
Lecture5 graphics
Lecture5   graphicsLecture5   graphics
Lecture5 graphics
Mr SMAK
 
Multimedia And Animation
Multimedia And AnimationMultimedia And Animation
Multimedia And Animation
Ram Dutt Shukla
 
Lecture 9 animation
Lecture 9 animationLecture 9 animation
Lecture 9 animation
Mr SMAK
 

Andere mochten auch (20)

Text-Elements of multimedia
Text-Elements of multimediaText-Elements of multimedia
Text-Elements of multimedia
 
Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide Web
 
Beyond function approximators for batch mode reinforcement learning: rebuildi...
Beyond function approximators for batch mode reinforcement learning: rebuildi...Beyond function approximators for batch mode reinforcement learning: rebuildi...
Beyond function approximators for batch mode reinforcement learning: rebuildi...
 
Interactive multimedia and virtual reality
Interactive multimedia and virtual realityInteractive multimedia and virtual reality
Interactive multimedia and virtual reality
 
World wide web with multimedia
World wide web with multimediaWorld wide web with multimedia
World wide web with multimedia
 
Lecture5 graphics
Lecture5   graphicsLecture5   graphics
Lecture5 graphics
 
Animation
AnimationAnimation
Animation
 
An introduction to column store indexes and batch mode
An introduction to column store indexes and batch modeAn introduction to column store indexes and batch mode
An introduction to column store indexes and batch mode
 
Animation & Animation Techniques
Animation & Animation TechniquesAnimation & Animation Techniques
Animation & Animation Techniques
 
Feedforward neural network
Feedforward neural networkFeedforward neural network
Feedforward neural network
 
Bitmap and vector
Bitmap and vectorBitmap and vector
Bitmap and vector
 
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms
 
Color & light
Color & lightColor & light
Color & light
 
Multimedia And Animation
Multimedia And AnimationMultimedia And Animation
Multimedia And Animation
 
Animation Techniques
Animation TechniquesAnimation Techniques
Animation Techniques
 
Back propagation
Back propagationBack propagation
Back propagation
 
Lecture 9 animation
Lecture 9 animationLecture 9 animation
Lecture 9 animation
 
Digital imaging
Digital imagingDigital imaging
Digital imaging
 
Animation
AnimationAnimation
Animation
 
Digital camera
Digital cameraDigital camera
Digital camera
 

Ähnlich wie Chapter 3

Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphics
Anies Syahieda
 
Btec creative media production digital graphics technology
Btec creative media production digital graphics technologyBtec creative media production digital graphics technology
Btec creative media production digital graphics technology
haverstockmedia
 
Presentation1.pptx qalid.pptx
Presentation1.pptx qalid.pptxPresentation1.pptx qalid.pptx
Presentation1.pptx qalid.pptx
ssuserd565841
 
Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)
Rahul Borate
 

Ähnlich wie Chapter 3 (20)

GJU MM Unit 3.pdf
GJU MM Unit 3.pdfGJU MM Unit 3.pdf
GJU MM Unit 3.pdf
 
graphics
graphicsgraphics
graphics
 
Ch6
Ch6Ch6
Ch6
 
Ch06
Ch06Ch06
Ch06
 
Chapter 6 Graphics
Chapter 6 GraphicsChapter 6 Graphics
Chapter 6 Graphics
 
Scct2013 topic 3_graphics
Scct2013 topic 3_graphicsScct2013 topic 3_graphics
Scct2013 topic 3_graphics
 
Chapter Six
Chapter SixChapter Six
Chapter Six
 
Image processing.pdf
Image processing.pdfImage processing.pdf
Image processing.pdf
 
new ai techniques.pptx
new ai techniques.pptxnew ai techniques.pptx
new ai techniques.pptx
 
A (very brief) Introduction to Image Processing and 3D Printing with ImageJ
A (very brief) Introduction to Image Processing and 3D Printing with ImageJA (very brief) Introduction to Image Processing and 3D Printing with ImageJ
A (very brief) Introduction to Image Processing and 3D Printing with ImageJ
 
Game development terminologies
Game development terminologiesGame development terminologies
Game development terminologies
 
Btec creative media production digital graphics technology
Btec creative media production digital graphics technologyBtec creative media production digital graphics technology
Btec creative media production digital graphics technology
 
24th IP_Fundamentals.ppt
24th IP_Fundamentals.ppt24th IP_Fundamentals.ppt
24th IP_Fundamentals.ppt
 
Presentation1.pptx qalid.pptx
Presentation1.pptx qalid.pptxPresentation1.pptx qalid.pptx
Presentation1.pptx qalid.pptx
 
Basic principles of photo editing
Basic principles of photo editingBasic principles of photo editing
Basic principles of photo editing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)Model 1 multimedia graphics and animation introduction (1)
Model 1 multimedia graphics and animation introduction (1)
 
3Ds Max presentation
3Ds Max presentation3Ds Max presentation
3Ds Max presentation
 
Images
ImagesImages
Images
 
Image & Graphics
Image & GraphicsImage & Graphics
Image & Graphics
 

Mehr von nooramirahazmn (6)

Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Chapter 8
Chapter 8Chapter 8
Chapter 8
 
Chapter 8 communication
Chapter 8 communicationChapter 8 communication
Chapter 8 communication
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 

Kürzlich hochgeladen

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

Kürzlich hochgeladen (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Chapter 3

  • 2. Objectives • Discuss the various factors that apply to the use of images in multimedia. • Describe the capabilities and limitations of bitmap images. • Describe the capabilities and limitations of vector images. • Define various aspects of 3D modeling. • Describe the use of colors and palettes in multimedia. • Cite the various file types used in multimedia.
  • 3. Overview • Creation of multimedia images. • Creation of still images. • Colors and palettes in multimedia. • Image file types used in multimedia.
  • 4. Creation of multimedia imagesCreation of multimedia images • Images obviously play a very important role in multimedia products – Images may be photograph-like bitmaps, vector-based drawings, or 3D renderings • The type of still images created depends on the display resolution, and hardware and software capabilities. • Access to the right tools and right hardware for image development is important! – E.g., graphic designers like to have large, high-resolution monitors or multiple monitors
  • 5. Types of Still ImagesTypes of Still Images Still images are generated in two ways: – Bitmaps (or raster-based) . – Vector-drawn graphics.
  • 6. Bitmaps • Bitmap is derived from the words ‘bit’, which means the simplest element in which only two digits are used, and ‘map’, which is a two-dimensional matrix of these bits. • A bitmap is a data matrix describing the individual dots of an image that are the smallest elements (pixels) of resolution on a computer screen or printer.
  • 8. Bitmaps • Bitmaps are an image format suited for creation of: – Photo-realistic images. – Complex drawings. – Images that require fine detail. • Bitmapped images are known as paint graphics. • Bitmapped images can have varying bit and color depths.
  • 9. Bitmaps Available binary Combinations for Describing a Color • More bits provide more color depth, hence more photo-realism; • but require more memory and processing power
  • 10. • Monochrome just requires one bit per pixel, representing black or white BMP – 16 KB
  • 11. • 8 bits per pixel allows 256 distinct colors BMP – 119KB
  • 12. • 16 bits per pixel represents 32K distinct colors (Most graphic chipsets now supports the full 65536 colors and the color green uses the extra one bit) BMP – 234 KB
  • 13. • 24 bits per pixel allows millions of colors • 32 bits per pixel – trillion of colors BMP – 350KB
  • 14. • Bitmaps are best for photo-realistic images or complex drawings requiring fine detail
  • 15. • Bitmaps picture and their suitability of use:- – Use the native Microsoft bmp format as a raw image that will later be processed. It faster to process. – Use JPEG, for photo sharing on the web because of its size and quality. – GIF is normally used for diagrams, buttons, etc., that have a small number of colours • It is also suitable for simple animation because it supports interlaced images. – PNG is almost equal to gif except that it didn’t support the animation format.
  • 16. Bitmaps Bitmaps can be inserted by: – Using clip art galleries. – Using bitmap software. – Capturing and editing images. – Scanning images. Clip Art CaptureScan Drawn
  • 17. Using Clip Art GalleriesUsing Clip Art Galleries • A clip art gallery is an assortment of graphics, photographs, sound, and video. • Clip arts are a popular alternative for users who do not want to create their own images. • Clip arts are available on CD-ROMs and on the Internet. • Legal rights : 1)1) Public domain imagePublic domain image 2)2) Royalty free imageRoyalty free image 3)3) Right Managed ImageRight Managed Image
  • 18. Using Bitmap SoftwareUsing Bitmap Software The industry standard for bitmap painting and editing programs are: • Adobe's Photoshop and Illustrator.Adobe's Photoshop and Illustrator. • Macromedia's Fireworks.Macromedia's Fireworks. • Corel's Painter.Corel's Painter. • CorelDraw.CorelDraw. • Quark Express.Quark Express.
  • 19. Capturing and Editing ImagesCapturing and Editing Images • Capturing and storing images directly from the screen is another way to assemble images for multimedia. • The PRINT SCREENPRINT SCREEN button in Windows and COMMAND-CONTROL-SHIFT-4COMMAND-CONTROL-SHIFT-4 keystroke on the Macintosh copies the screen image to the clipboard. • Clipboard : a temporary memory to store the COPY, CUTCOPY, CUT and PASTEPASTE data
  • 20. Capturing and Editing ImagesCapturing and Editing Images Image editing programs enable the user to: – Enhance and make composite images.Enhance and make composite images. – Alter and distort images.Alter and distort images. – Add and delete elements.Add and delete elements. – Morph (manipulate still images to create animatedMorph (manipulate still images to create animated transformations).transformations). High Resolution Image : based on dot per inch (dpi) & effect file size
  • 21. High Resolution PhotoHigh Resolution Photo High resolution photoHigh resolution photo • A high resolution picture is determined by its number of pixels; more pixels improves the sharpness of the picture. • This is print quality Low resolution photoLow resolution photo • Any pictures found on the web normally are low resolution and not suitable for print quality. • A picture that is low-resolution cannot be made into a high resolution photo
  • 22. Scanning ImagesScanning Images • Users can scan images from conventional sources and make necessary alterations and manipulations.
  • 26. ApplicationsApplications of Vector-Drawnof Vector-Drawn ImagesImages • Vector-drawn images - created from geometric objects such as lines, rectangles, ovals, polygons using mathematical formulas • Vector-drawn images are used in the following areas: – Computer-aided design (CAD) programs. – Graphic artists designing for the print media. – 3-D animation programs. – Applications requiring drawing of graphic shapes.
  • 27. HowHow Vector-Drawn Images WorkVector-Drawn Images Work • A vector is a line that is described by the location oflocation of its two endpoints.its two endpoints. • Vector drawing makes use of Cartesian co-ordinatesmakes use of Cartesian co-ordinates. • Cartesian coordinates are numbers that describe a point in two or three-dimensional space as the intersection of X, Y, and Z axis. X Y Z
  • 28. • Example RECT 0,0,200,300,RED,BLUE says – “Draw a rectangle starting at 0,0 (upper left corner of screen) going 200 pixels horizontally right and 300 pixels downward, with a RED boundary and filled with BLUE.” 300 pixel 200 pixel
  • 29. Vector-Drawn ImagesVector-Drawn Images v/sv/s BitmapsBitmaps • Vector images use less memory space and have a smaller file size (.svg) as compared to bitmaps. • For the Web, pages that use vector graphics in plug-ins download faster, and when used for animation, draw faster than bitmaps.
  • 30. • Vector images cannot be used for photorealistic images. • Vector images require a plug-in for Web- based display. • Bitmaps are not easily scalable and resizable. • Bitmaps can be converted to vector images using autotracing. Vector-Drawn ImagesVector-Drawn Images v/sv/s BitmapsBitmaps
  • 31. 3-D Drawing and Rendering3-D Drawing and Rendering • 3D graphics tools, such as Macromedia Extreme3D, or Form-Z, typically extend vector-drawn graphics in 3 dimensions (x, y and z) X y Z
  • 32. 3-D Drawing and Rendering3-D Drawing and Rendering • A 3D scene consist of object that in turn contain many small elements, such as blocks, cylinders, spheres or cones (described in terms of vector graphics) • The more elements, the finer the object’s resolution and smoothness.
  • 33. 3-D Drawing and Rendering3-D Drawing and Rendering • Objects as a whole have properties such as shape, color, texture, shading & location. • A 3D application lets you model an object’s shape, then render it completely.
  • 34. Features of a 3-D ApplicationFeatures of a 3-D Application 1. Modeling involves drawing a shape, such as a 2D letter, then extruding it or lathing it into a third dimension. – extruding : extending its shape along a defined path – lathing : rotating a profile of the shape around a defined axis
  • 35. Features of a 3-D ApplicationFeatures of a 3-D Application • Modeling also deals with lighting, setting a camera view to project shadows
  • 36. Features of a 3-D ApplicationFeatures of a 3-D Application 2.Rendering : produces a final output of a scene and is more compute-intensive.
  • 37. 3-D Animation Tools3-D Animation Tools 3-D animation, drawing, and rendering tools include: – Ray Dream Designer.Ray Dream Designer. – Caligari True Space 2.Caligari True Space 2. – Specular Infini-D.Specular Infini-D. – Form*Z.Form*Z. – NewTek's Lightwave.NewTek's Lightwave.
  • 38. Natural Light and ColorNatural Light and Color • Light comes from an atom where an electron passes from a higher to a lower energy level. • Each atom produces uniquely specific colors. • Color is the frequency of a light wave within the narrow band of the electromagnetic spectrum, to which the human eye responds. • Eye can differentiate 80,000 different colors. • Color and Culture • Color and Emotion
  • 39. Color and CultureColor and Culture COLOR CHINA JAPAN EGYPT FRANCE UNITED STATE Red Happiness Anger Danger Death Aristocracy Danger Stop Blue Heavens Clouds Villainy Virtue Faith Truth Freedom Peace Masculine Green Ming Dynasty Heavens Future Youth Energy Fertility Strength Criminality Safety Go Yellow Birth Wealth Power Grace Nobility Happiness Prosperity Temporary Cowardice Temporary White Death Purity Death Joy Neutrality Purity
  • 40. Color and EmotionColor and Emotion EMOTION COLOR EMOTION COLOR Happy Yellow Inexpensive Brown Pure White Powerful Red Good Luck Green Dependable Blue Good Red High Quality Black Dignity Purple Nausea Green High Technology Silver Deity White Sexiness Red Bad Luck Black Mourning Black Favorite Color Blue Expensive Gold Least Favorite Color Orange
  • 41. Computererized ColorComputererized Color • The tools we use to describe color are different when the color is printed than from when it is projected • 2basic method of making color – Additive – Subtractive ColorColor
  • 42. Additive ColorAdditive Color • In the additive color method, a color is created by combining colored light sources in three primary colors - red, green, and blue (RGB). • OLD TV and computer monitors use this method.
  • 43. Subtractive ColorSubtractive Color • In the subtractive color method, color is created by combining colored media such as paints or ink. • The colored media absorb (or subtract) some parts of the color spectrum of light and reflect the others back to the eye.
  • 44. Subtractive ColorSubtractive Color • Subtractive color is the process used to create color in printing. • The printed page consists of tiny halftone dots of three primary colors- cyan (complement of Red), magenta (complement of Green), and yellow (Complement of Blue) (CMY).
  • 45. Monitor-Specific ColorsMonitor-Specific Colors • Colors should be used according to the target audience's monitor specifications. • The preferred monitor resolution is higher 1024x768 pixels and higher. • The preferred color depth is 24 bits or more which can display 16,777,216 different colors .
  • 46. Computer Color ModelsComputer Color Models • Different ways of representing information about color. • Models used to specify color in computer terms are: – RGB model - A 24-bit methodology where color is specified in terms of red, green, and blue values ranging from 0 to 255. – HSB and HSL models – Color is specified as an angle from 0 to 360 degrees on a color wheel. – Other models include CMYK, CIE, YIQ, YUV, and YCC.
  • 47. RGB ModelRGB Model  Add red, green and blue to create colors, so it is an additive model.  Assigns an intensity value to each pixel ranging from 0 (black) to 255 (white)  A bright red color might have R 246, G 20, B 50
  • 48. RGB Color ModelRGB Color Model
  • 49. HSB and HSL Color ModelsHSB and HSL Color Models • Based on human perception of color, three fundamental properties of color: – Hue – angle of 0 -360 degrees – Saturation – intensity of color (%) – Brightness / Lightness - relative lightness or darkness of color (%)
  • 50. HSB and HSL Color ModelsHSB and HSL Color Models • Hue - color reflected from or transmitted through an object, measured on color wheel
  • 51. HSB and HSL ColorModelHSB and HSL ColorModel • Saturation (or chroma) - strength or purity of color (% of grey in proportion to hue)
  • 52. HSB ModelHSB Model • Brightness - relative lightness or darkness of color, also measured as % Black white 0% 50% 100%
  • 53. CMYK ModelCMYK Model • Based on light-absorbing quality of ink printed on paper • As light is absorbed, part of the spectrum is absorbed and part is reflected back to eyes • Associated with printing; called a modsubtractive model • Four channels: Cyan (C ), magenta (M), yellow (Y) and black (K)  In theory, pure colors should produce black, but printing inks contain impurities, so this combination produces muddy brown  K is needed to produce pure black, hence CMYK is four-color process printing
  • 54. Color PalettesColor Palettes • Palettes are mathematical tables that define the color of pixels displayed on the screen. • Palettes are called ‘color lookup tables’ or CLUTs on Macintosh. • The most common palettes are 1, 4, 8, 16, and 24-bit deep.
  • 56. DitheringDithering Dithering: – Dithering is a process whereby the color value of each pixel is changed to the closest matching color value in the target palette. – This is done using a mathematical algorithm.
  • 57. Dithering Original Picture Undeterred Picture Deterred Picture
  • 58. Image File Types used inImage File Types used in MultimediaMultimedia • Macintosh formats. • Windows formats. • Cross-platform formats.
  • 59. Macintosh FormatsMacintosh Formats • On the Macintosh, the most commonly used format is PICT. • PICT is a complicated and versatile format developed by Apple. • Almost every image application on the Macintosh can import or export PICT files.
  • 60. Windows FormatsWindows Formats • The most commonly used image file format on Windows is DIB or known as BMP. • DIB stands for Device-independent bitmaps.
  • 61. Bitmap formats used most often by Windows developers are: – BMP - A Windows bitmap file.BMP - A Windows bitmap file. • Native bitmap file format of the Microsoft Windows environment – TIFF - Extensively used in DTP packages.TIFF - Extensively used in DTP packages. • Used to exchange documents between different applications and platforms – PCX - Used by MS-DOS paint software.PCX - Used by MS-DOS paint software. • One of the oldest bitmapped formats popularized by MS-DOS paint programs that first appeared in the early 1980's
  • 62. Cross-Platform FormatsCross-Platform Formats The image file formats that are compatible across platforms are: • DXF, IGS or IGES - Used by CAD applications. • CDR – CorelDraw, PSD – Photoshop n AI - Illustrator • JPEG, PNG and GIF - Most commonly used formats on the Web.
  • 63. Most Popular Image File FormatsMost Popular Image File Formats • JPEG (Joint-Photographic Experts Group) • GIF (Graphical Interchange Format) • PNG (Portable Network Graphic) • Other formats: –BMP, PSD, TIFF/TIF, TGA, EPS, PCX, ICO
  • 64. Most Popular Image File FormatsMost Popular Image File Formats • JPEG – For continuous tone images, such as full-color photographs – Supports more than 16 millions of color (24-bit) – Uses lossy compression (averaging may lose information)
  • 65. • GIF – For large areas of the same color and a moderate level of detail. – Supports up to 256 colors – Allows transparency and interlacing – Uses lossless compression Most Popular Image File FormatsMost Popular Image File Formats
  • 66. • PNG  lossless, portable, well-compressed storage of raster images  patent-free replacement for GIF  also replace many common uses of TIFF  Support indexed-color, grayscale, and true color images + an optional alpha channel for transparency Most Popular Image File FormatsMost Popular Image File Formats
  • 67. Information DeliveryInformation Delivery  Images or Graphics are used to convey information in multimedia products.  For example, a picture of an automobile engine is much more effective than text that merely describes it.
  • 68.  Images or Graphics for information delivery include:  Drawn images  Charts and graphs  Maps  Scenery  People Information DeliveryInformation Delivery
  • 69.  In each case, the image must be relevant to the overall product.  Image size, color in respect to the application and other images, and positioning must all be considered when using images. Information DeliveryInformation Delivery
  • 70. SummarySummary • The computer generates still images as bitmaps and vector-drawn images. • Images can be incorporated in multimedia using clip arts, bitmap software, or by capturing, editing, or scanning images. • Creating 3-D images involves modeling, extruding, lathing, shading, and rendering. • Color is one of the most vital components of multimedia.