SlideShare uma empresa Scribd logo
1 de 55
Multus
Medium
Media
MultimediaMulti
Media

Multimedia
Multimedia is every
thing you can see or hear.

Describe any application or technology
that can be used to represent :
-Text, image, sound, animation, video

Using a combination of moving pictures,
sound, music and words especially in
computer or entertainment.


Interactive
Hillmaa , 1998
liner Media
One- Way Communication
-
-
-
-
Interactive
Multimedia
Non-liner Media
Noha Emara
-
-
-
Two - Way
Communication"(

Non-
Linear
Text
·Image
·Animation
·Sound
·Video
·Director
Authorware
·
·
Preproduction
Production
Postproduction
Analysis Phase

Analysis Needs
Objective
Technical Requirements
Final phase
.1Audience
Learning needs
Qualifications
Duties:
Learning prerequisites
Gender
Culture
Social Background
Hardware
TV , CD ,Internet , etc
Software

Story Board


Design Phase


Hyperlinks
Prototype
Production Phase

complete the system and
print out the results)

Evaluation Phase


-
-Demo
-Hardware/Softwar
-
Last Version

Formative Evaluation
Summative Evaluation :

HTML


spelling-
writing – reading – composition –
Grammer




Assignment -1
Story Board


–
Multimedia Elements
Multimedia Elements
Digital Image
 Main Points:
 Introduction.
 The importance of Image.
 Image types.
 Image processing & image matching .
 Image representation and calculating file
size.
Introduction
 Using of image and graphics over
centuries ago, and people used
images instead of texts.
 ( One image is better than 1000
words.).
 Bartilean system in 1920 was the first
system that used image processing
method to transfer the newspaper from
London to New York over Atlantic ocean,
which decreased the sending time from
one week to 3 hours.
 Image processing is used in Medicine
( X-rays , Ultra sound , endoscopy,
RMI), in Mining (Patrol , cold , …), in
space (NASA) in Military Purposes,
and in many areas(Education,
Telecommunications, Simulation).
Importance of image:
 Since 1964 , the image processing is a
growing area and now ( in 5th Generation)
computers are using image and audio to
communicate with the user.
 Image processing is used in space system(
Ringer – 7) which sent images from the Moon in
1964.
 Also used in military purposes as mentioned
earlier.
 Image processing is an important for any
computer area and is a rich research
Digital Image representation:
 Digital Image is composed of number of
pixels(picture element) and it can be
represented using 2D array ( Matrix ).( N
x N array )
 For monochrome images ( B / W)
 ( Mono TV is 512 x 512 )
 image can be expressed as a
function(relation )like this :
1 0 1
0 0 1
1 1 1
f(x,y) = 0 ( black point).
f(x,y) = 1 ( white point).
( Ibn El-Haithem discovered that eye
can’t see in darkness ).
Image Types:
There are three types of image:
Binary Image.
Gray Image.
Color Image.
Binary Image : it represented as one pixel in
one bit ( e.g 100 pixel stored in 100 bits)
Gray Scale image :
.whitetoblackfromshadesmonochromaticofrangeaisGrayscale
Therefore, a grayscale image contains only shades of gray and no
color.
white)andblack(orgrayscaleassavedbecanimagesdigitalWhile
images, even color images contain grayscale information. This is
.coloritsofregardlessvalue,luminanceahaspixeleachbecause
Luminance can also be described as
brightness or intensity, which can be
measured on a scale from black (zero
intensity) to white (full intensity). Most
support a minimumfile formatsimage
of 8-bit grayscale, which provides 2^8
or 256 levels of luminance per pixel.
Some formats support 16-bit grayscale,
which provides 2^16 or 65,536 levels of
luminance.
Color Image:
thatdigital imageis a(digital) color imageA
.pixelinformation for eachcolorincludes
For visually acceptable results, it is necessary
samples(and almost sufficient) to provide three
(color channels) for each pixel, which are
interpreted as coordinates in some color space.
(Red , Green , Blue) color space isRGBThe
commonly used in computer displays.
A color image has three values per pixel and
they measure the intensity and chrominance of
light.
Thus they used 24 bit to represent each
Image Matching(Recognition)
Steps:
 Digital image processing is the use of
computer algorithms to perform image
processing on digital images. As a subcategory
or field of digital signal processing, digital
image processing has many advantages over
analog image processing. It allows a much
wider range of algorithms to be applied to the
input data and can avoid problems such as the
build-up of noise and signal distortion during
processing.
 There are 6 steps to perform image matching
processing(comparing of two images):
1. Image Scanning of capturing ( by using
3- Segmentation : means separating of
important information (e.g extracting
of body from background).
4- Feature Extraction: (extracting of
features (attributes ).
5- Feature Classification(grouping of
features).
6- Image understanding(Matching)
Image Representation:
 Depth: the depth of an image is the
number of bits used to represent
each pixel.
e.g in B/W (bitmap image ) : the depth
is calculated as :
One bit for each pixel.
4 bit: represents 16 colors(2 ^ 4 ):
used in low resolution screens.
8 bit: can have 256 colors.
8 bit gray : can have 256 gray levels.
16 bit : can have 65,536 colors (hi color
in windows).
16 bit divided into ( 5 bits for Red , 6
bits for Green , 5 bit for Blue).
24 bit: can have 16,777,216 colors each
byte is used to represent the intensity of
a primary color(RGB). And each color
can have 256 different levels.
Resolution : How much details an
image can have , there are several
resolutions relating to image.
1- Image Resolution : is the number of
pixels in an image ( e.g 320 x 240 =
76000 pixels).
2- Display ( Monitor ) Resolution: refer
to number of dots per inch ( dpi) on a
monitor (windows usually has 96 dpi
resolution)
Example : A 288 x 216 image
displayed on a monitor with 96 dpi
will be :
[ 3 inch x 2.25 inch]( image size)
3- Output Resolution: refer to number
of dot per inch on a hard copy
(output device).
Many printers have 300 dpi or 600 dpi
resolution.
( the above image printed on a 300 dpi
Vector Graphics: instead of using pixels , objects
can be represented by their attributes such as ,
size , color , location.
This type of graphics known as vector graphic.
Vector graphic file contains graphics primitives for
example rectangle , circle , lines.
There are many languages for describing vector
graphics ( e.g VRML , SVG).
Calculation file size :
File size = depth x image size
[Depth (k)=2 ^ k = n , n is number of levels]
[Image Size = Area x R ^ 2]
Calculation of image size steps:
1- calculate k [ 2^ k = n , n is number
of levels)
2- calculate the total number of pixels
TNP = area x R^2 ( R, Resolution )
3- calculate the file size
FS = [TNP x K ] KB
Example:
A 32 level gray image with 10 dpi
resolution and 7 x 8 inch , calculate
the file size (required space in Hard
disk).
Steps:
1- cal k = 2 ^ k = n
2 ^ k = 32 , k = 5 bits.(k is depth).
2- cal TNP = area x R ^ 2
= 7 x 8 x 100 = 5600 pixels.
3- cal file size
H.W
 Calculate the File size for the
following images:
1- A 256 color image with a resolution
of 5 dpi and an area of 100 inch.
2- a binary image with 36000 pixels.
[Hint: there is a relation between the
image resolution and the file
size][high resolution requires big size
on the disk]

Mais conteúdo relacionado

Mais procurados

Introduction to computer graphics
Introduction to computer graphics Introduction to computer graphics
Introduction to computer graphics
Priyodarshini Dhar
 

Mais procurados (20)

How Computers Represent Graphics
How Computers Represent GraphicsHow Computers Represent Graphics
How Computers Represent Graphics
 
Introduction to computer graphics
Introduction to computer graphics Introduction to computer graphics
Introduction to computer graphics
 
Image compression
Image compressionImage compression
Image compression
 
Representation of Bitmapped Graphics
Representation of Bitmapped GraphicsRepresentation of Bitmapped Graphics
Representation of Bitmapped Graphics
 
Introduction to computer graphics and multimedia
Introduction to computer graphics and multimediaIntroduction to computer graphics and multimedia
Introduction to computer graphics and multimedia
 
Faire de la reconnaissance d'images avec le Deep Learning - Cristina & Pierre...
Faire de la reconnaissance d'images avec le Deep Learning - Cristina & Pierre...Faire de la reconnaissance d'images avec le Deep Learning - Cristina & Pierre...
Faire de la reconnaissance d'images avec le Deep Learning - Cristina & Pierre...
 
Digital image processing ppt
Digital image processing pptDigital image processing ppt
Digital image processing ppt
 
WEB I - 08 - Digital Media
WEB I - 08 - Digital MediaWEB I - 08 - Digital Media
WEB I - 08 - Digital Media
 
Spatial and tonal resolution
Spatial and tonal resolutionSpatial and tonal resolution
Spatial and tonal resolution
 
Images in matlab
Images in matlabImages in matlab
Images in matlab
 
rs and gis
rs and gisrs and gis
rs and gis
 
Image representation
Image representationImage representation
Image representation
 
Elements of digital images day06
Elements of digital images  day06Elements of digital images  day06
Elements of digital images day06
 
Chapter01 (2)
Chapter01 (2)Chapter01 (2)
Chapter01 (2)
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
GRPHICS01 - Introduction to 3D Graphics
GRPHICS01 - Introduction to 3D GraphicsGRPHICS01 - Introduction to 3D Graphics
GRPHICS01 - Introduction to 3D Graphics
 
Why Image compression is Necessary?
Why Image compression is Necessary?Why Image compression is Necessary?
Why Image compression is Necessary?
 
Image processing fundamentals
Image processing fundamentalsImage processing fundamentals
Image processing fundamentals
 
GRPHICS02 - Creating 3D Graphics
GRPHICS02 - Creating 3D GraphicsGRPHICS02 - Creating 3D Graphics
GRPHICS02 - Creating 3D Graphics
 
Pixel
PixelPixel
Pixel
 

Semelhante a الوسائط المتعددة Multimedia تاج

Adobe Skills Portfolio
Adobe Skills PortfolioAdobe Skills Portfolio
Adobe Skills Portfolio
blazedchicken
 
Unit 13 assignment 1 report
Unit 13 assignment 1 reportUnit 13 assignment 1 report
Unit 13 assignment 1 report
haverstockmedia
 

Semelhante a الوسائط المتعددة Multimedia تاج (20)

Fundamentals Image and Graphics
Fundamentals Image and GraphicsFundamentals Image and Graphics
Fundamentals Image and Graphics
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Graphics
GraphicsGraphics
Graphics
 
Noise recognition in digital image
Noise recognition in digital imageNoise recognition in digital image
Noise recognition in digital image
 
Noise recognition in digital image
Noise recognition in digital imageNoise recognition in digital image
Noise recognition in digital image
 
Unit ii
Unit iiUnit ii
Unit ii
 
Chapter-1.pptx
Chapter-1.pptxChapter-1.pptx
Chapter-1.pptx
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysis
 
Adobe Skills Portfolio
Adobe Skills PortfolioAdobe Skills Portfolio
Adobe Skills Portfolio
 
Digital Image File Formats
Digital Image File FormatsDigital Image File Formats
Digital Image File Formats
 
Unit 13 assignment 1 report
Unit 13 assignment 1 reportUnit 13 assignment 1 report
Unit 13 assignment 1 report
 
Lec2
Lec2Lec2
Lec2
 
Ch6
Ch6Ch6
Ch6
 
Ch06
Ch06Ch06
Ch06
 
CG_Unit1_SShah.pptx
CG_Unit1_SShah.pptxCG_Unit1_SShah.pptx
CG_Unit1_SShah.pptx
 
Technical file
Technical fileTechnical file
Technical file
 
Technical file
Technical fileTechnical file
Technical file
 
Technical file
Technical fileTechnical file
Technical file
 
Technical file
Technical fileTechnical file
Technical file
 
Powerpoint
PowerpointPowerpoint
Powerpoint
 

Último

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Último (20)

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
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
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
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"
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 

الوسائط المتعددة Multimedia تاج

  • 1.
  • 2.
  • 5.  Describe any application or technology that can be used to represent : -Text, image, sound, animation, video  Using a combination of moving pictures, sound, music and words especially in computer or entertainment.
  • 7.
  • 8. Hillmaa , 1998 liner Media One- Way Communication
  • 11. Noha Emara - - - Two - Way Communication"(
  • 19.
  • 20. Hardware TV , CD ,Internet , etc Software
  • 23. Production Phase  complete the system and print out the results) 
  • 27.  spelling- writing – reading – composition – Grammer
  • 30.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. Multimedia Elements Digital Image  Main Points:  Introduction.  The importance of Image.  Image types.  Image processing & image matching .  Image representation and calculating file size.
  • 38. Introduction  Using of image and graphics over centuries ago, and people used images instead of texts.  ( One image is better than 1000 words.).  Bartilean system in 1920 was the first system that used image processing method to transfer the newspaper from London to New York over Atlantic ocean, which decreased the sending time from one week to 3 hours.
  • 39.  Image processing is used in Medicine ( X-rays , Ultra sound , endoscopy, RMI), in Mining (Patrol , cold , …), in space (NASA) in Military Purposes, and in many areas(Education, Telecommunications, Simulation).
  • 40. Importance of image:  Since 1964 , the image processing is a growing area and now ( in 5th Generation) computers are using image and audio to communicate with the user.  Image processing is used in space system( Ringer – 7) which sent images from the Moon in 1964.  Also used in military purposes as mentioned earlier.  Image processing is an important for any computer area and is a rich research
  • 41. Digital Image representation:  Digital Image is composed of number of pixels(picture element) and it can be represented using 2D array ( Matrix ).( N x N array )  For monochrome images ( B / W)  ( Mono TV is 512 x 512 )  image can be expressed as a function(relation )like this : 1 0 1 0 0 1 1 1 1
  • 42. f(x,y) = 0 ( black point). f(x,y) = 1 ( white point). ( Ibn El-Haithem discovered that eye can’t see in darkness ).
  • 43. Image Types: There are three types of image: Binary Image. Gray Image. Color Image. Binary Image : it represented as one pixel in one bit ( e.g 100 pixel stored in 100 bits) Gray Scale image : .whitetoblackfromshadesmonochromaticofrangeaisGrayscale Therefore, a grayscale image contains only shades of gray and no color. white)andblack(orgrayscaleassavedbecanimagesdigitalWhile images, even color images contain grayscale information. This is .coloritsofregardlessvalue,luminanceahaspixeleachbecause
  • 44. Luminance can also be described as brightness or intensity, which can be measured on a scale from black (zero intensity) to white (full intensity). Most support a minimumfile formatsimage of 8-bit grayscale, which provides 2^8 or 256 levels of luminance per pixel. Some formats support 16-bit grayscale, which provides 2^16 or 65,536 levels of luminance.
  • 45. Color Image: thatdigital imageis a(digital) color imageA .pixelinformation for eachcolorincludes For visually acceptable results, it is necessary samples(and almost sufficient) to provide three (color channels) for each pixel, which are interpreted as coordinates in some color space. (Red , Green , Blue) color space isRGBThe commonly used in computer displays. A color image has three values per pixel and they measure the intensity and chrominance of light. Thus they used 24 bit to represent each
  • 46. Image Matching(Recognition) Steps:  Digital image processing is the use of computer algorithms to perform image processing on digital images. As a subcategory or field of digital signal processing, digital image processing has many advantages over analog image processing. It allows a much wider range of algorithms to be applied to the input data and can avoid problems such as the build-up of noise and signal distortion during processing.  There are 6 steps to perform image matching processing(comparing of two images): 1. Image Scanning of capturing ( by using
  • 47. 3- Segmentation : means separating of important information (e.g extracting of body from background). 4- Feature Extraction: (extracting of features (attributes ). 5- Feature Classification(grouping of features). 6- Image understanding(Matching)
  • 48. Image Representation:  Depth: the depth of an image is the number of bits used to represent each pixel. e.g in B/W (bitmap image ) : the depth is calculated as : One bit for each pixel. 4 bit: represents 16 colors(2 ^ 4 ): used in low resolution screens.
  • 49. 8 bit: can have 256 colors. 8 bit gray : can have 256 gray levels. 16 bit : can have 65,536 colors (hi color in windows). 16 bit divided into ( 5 bits for Red , 6 bits for Green , 5 bit for Blue). 24 bit: can have 16,777,216 colors each byte is used to represent the intensity of a primary color(RGB). And each color can have 256 different levels.
  • 50. Resolution : How much details an image can have , there are several resolutions relating to image. 1- Image Resolution : is the number of pixels in an image ( e.g 320 x 240 = 76000 pixels). 2- Display ( Monitor ) Resolution: refer to number of dots per inch ( dpi) on a monitor (windows usually has 96 dpi resolution)
  • 51. Example : A 288 x 216 image displayed on a monitor with 96 dpi will be : [ 3 inch x 2.25 inch]( image size) 3- Output Resolution: refer to number of dot per inch on a hard copy (output device). Many printers have 300 dpi or 600 dpi resolution. ( the above image printed on a 300 dpi
  • 52. Vector Graphics: instead of using pixels , objects can be represented by their attributes such as , size , color , location. This type of graphics known as vector graphic. Vector graphic file contains graphics primitives for example rectangle , circle , lines. There are many languages for describing vector graphics ( e.g VRML , SVG).
  • 53. Calculation file size : File size = depth x image size [Depth (k)=2 ^ k = n , n is number of levels] [Image Size = Area x R ^ 2] Calculation of image size steps: 1- calculate k [ 2^ k = n , n is number of levels) 2- calculate the total number of pixels TNP = area x R^2 ( R, Resolution ) 3- calculate the file size FS = [TNP x K ] KB
  • 54. Example: A 32 level gray image with 10 dpi resolution and 7 x 8 inch , calculate the file size (required space in Hard disk). Steps: 1- cal k = 2 ^ k = n 2 ^ k = 32 , k = 5 bits.(k is depth). 2- cal TNP = area x R ^ 2 = 7 x 8 x 100 = 5600 pixels. 3- cal file size
  • 55. H.W  Calculate the File size for the following images: 1- A 256 color image with a resolution of 5 dpi and an area of 100 inch. 2- a binary image with 36000 pixels. [Hint: there is a relation between the image resolution and the file size][high resolution requires big size on the disk]