Multimedia Fundamentals

Slides:



Advertisements
Similar presentations
2.02A History of Animation 2.02 Develop Computer Animations.
Advertisements

1.1 Designed and Presented by Dr. Ayman Elshenawy Elsefy Dept. of Systems & Computer Eng.. Al-Azhar University
Clay animation. Stop motion (or frame-by-frame) is an animation technique to make a physically manipulated object appear to move on its own. The object.
Basic Rendering Techniques V Recognizing basic rendering techniques.
Animation Theory.
BASIC CONCEPS OF ANIMATION The presentation source: Department of Educational Multimedia Faculty of Education, UTM MPT 1383: VIDEO AND ANIMATION TECHNOLOGY.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - GRAPHICS. In this chapter how the computer creates, stores, and displays graphic images how the computer creates,
Animation Techniques Guilford County SciVis V
Animation.
Dr. Sana’a Wafa Al-Sayegh
Animation.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10: Computer Graphics Computer Science: An Overview Tenth Edition.
Motion picture A film, also called a movie or motion picture, is a series of still images on a strip of plastic which, when run through a projector and.
Computer Visualization BIM Curriculum 03. Topics  History  Computer Visualization Methods  Visualization Workflow  Technology Background.
Chapter 10: Computer Graphics
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10: Computer Graphics Computer Science: An Overview Tenth Edition.
Invitation to Computer Science 5th Edition
Master Class Modules on Computer Graphics and Animation Ahmad Nasri, American University of Beirut (in Collaboration with Dima Schneider) American University.
1 Computer Graphics Introduction. 2 What is computer graphics Computer graphics is concerned with producing images and animations (or sequences of images)
3D COMPUTER GRAPHICS IMD Chapter 1: 3D Computer Graphics Chapter 1: 1 Lecturer: Norhayati Mohd Amin.
Computer Graphics Lecture 01 Fasih ur Rehman. About Instructor MSc in Electronics and MSc in Systems Engineering in 1994 and 1996 respectively from Quaid-e-Azam.
Multimedia Software Tools. 3-D Modeling and Animation Tools 3-D modeling gives images a 3-dimensional look. It can be used along with animation, for instance,
Multimedia Animation. Animation Principles Persistence of vision object seen by human eye remains mapped on retina for a brief time after viewing display.
Data dan Teknologi Multimedia Sesi 07 Nofriyadi Nurdam.
Animation Lecture 8 Razia Nisar Noorani. Animation The rapid display of a sequence of images of 2-D or 3-D artwork or model positions in order to create.
Subject Name: Computer Graphics Subject Code: Textbook: “Computer Graphics”, C Version By Hearn and Baker Credits: 6 1.
Animation Types and Techniques. Content What is Animation Common Types & Techniques Traditional Animation Cut Out Animation Stop Motion Animation Computer.
Computer Graphics Researched via: Student Name: Timothy Rorie Date: 4 / 11 / 11.
Computer Graphics in its Entirety By:Steven Blake-Grandison Pd.1.
ANIMATORS AND TECHNIQUES By Rhiannon james. ANIMATION Animation is the process of creating motion and shape change illusion by means of the rapid display.
Credit:  Multimedia has been used in many aspects in our lives, for example in the field of business, entertainment.
Feature Film Production Using 3D Computer Animation.
3D Animation 1. Introduction Dr. Ashraf Y. Maghari Information Technology Islamic University of Gaza Ref. Book: The Art of Maya.
Applications and Rendering pipeline
Graphics Pipeline Bringing it all together. Implementation The goal of computer graphics is to take the data out of computer memory and put it up on the.
CAD Illustration For the exam you must know the role of common techniques for the representations of light, reflection, shadow, tone layout, material and.
Chapter 10: Computer Graphics
Three-Dimensional Computer Animation
3-D Technology.
Computer Graphics.
TEXT BOOK : COMPUTER GRAPHICS DONALD HEARN & M.PAULINE BAKER
Lesson 22 Graphics Software.
3.02 Explain basic motion graphic programming.
Computer Graphics.
Chapter 4:- Animation Eyad Alshareef Eyad Alshareef.
Scientific Visualization V106.04
MCA 503 COMPUTER GRAPHICS TEXT BOOK :
Chapter 10 Computer Graphics
3.02 Computer Animation Software and Design Guidelines
Introduction to Animation
Advanced Computer Animation Techniques
Animation.
Basic Rendering Techniques
Chapter 10: Computer Graphics
Scientific Visualization I – Unit 6
Guilford County SciVis V106.04
(c) 2001 by The McGraw-Hill Companies, Inc. All rights reserved.
3D Modelling & Animation
Competency 002 B Sonia Aldape
AN INTRODUCTION TO COMPUTER GRAPHICS Subject: Computer Graphics Lecture No: 01 Batch: 16BS(Information Technology)
Prepared by: Engr . Syed Atir Iftikhar
Chapter I Introduction
Assist. Lecturer Safeen H. Rasool Faculty of SCIENCE IT Dept.
Animation.
Multimedia (CoSc4151) Chapter One : Introduction to Multimedia
2.02A History of Animation 2.02 Develop Computer Animations.
Lesson 22 Graphics Software.
COMPUTER GRAPHICS with OpenGL (3rd Edition) Donald Hearn M
Animation Techniques.
Presentation transcript:

Multimedia Fundamentals

Multimedia Fundamentals Multimedia means, from the user’s perspective, that computer information can be represented through audio and /or video, in addition to text, image, graphics and animation. For example, using audio and video, a variety of dynamic situations in different areas, such as sports, can often be presented better than just using text and image alone.

Multimedia Fundamentals Computer graphics Computer graphics is the branch of computer science that applies computer technologies to the production and manipulation of visual representations. It is associated with a wide assortment of topics including the presentation of text, the construction of graphs and charts, the development of graphical user interfaces, the manipulation of photographs, the production of video games, and the creation of animated motion pictures.

Multimedia Fundamentals However, the term computer graphics is increasingly being used in reference to the specific field called 3D graphics. In short, 2D and 3D graphics deals with producing images while image processing deals with analyzing images.

2D graphics 艺术字

3D graphics

photograph

Figure 10.2 The 3D graphics paradigm

Figure 10.3 A polygonal mesh for a sphere

Figure 10.8 Specular versus diffuse light

Figure 10.12 A sphere as it might appear when rendered by flat shading

Figure 10.14 A sphere as it might appear when rendered using bump mapping

Multimedia Fundamentals Computer animation Frames : Animation is achieved by displaying a sequence of images, called frames, in rapid succession. These frames capture the appearance of a changing scene at regular time intervals, and thus their sequential presentation creates the illusion of observing the scene continuously over time. The standard rate of display in the motion picture industry is twenty-four frames per second. The standard in broadcast video is sixty frames per second.

Multimedia Fundamentals Frames can be produced by traditional photography or generated artificially by means of computer graphics. Moreover, the two techniques can be combined. For example, 2D graphics software is often used to modify images obtained via photography to remove the appearance of support wires, to superimpose images, and to create the illusion of morphing, which is the process of one object appearing to change into another.

Multimedia Fundamentals key frames: In a project using 2D graphics, the storyboard typically evolves into the final set of frames in much the same way that it did back in the Disney studios of the 1920s. In those days, artists, called master animators, would refine the storyboard into detailed frames, called key frames, that established the appearance of the characters and scenery at regular intervals of the animation.

Multimedia Fundamentals Assistant animators would then draw additional frames that would fill the gaps between the key frames so that the animation would appear continuous and smooth. This fill- in-the-gap process was called in-betweening.

Multimedia Fundamentals to be continue…