DEPARTMENT OF INFORMATION TECHNOLOGY

Slides:



Advertisements
Similar presentations
Multimedia Components (Develop & Delivery System)
Advertisements

Presentation and Multimedia
CP411 Computer Graphics, Wilfrid Laurier University Introduction # 1 Welcome to CP411 Computer Graphics 2012 Instructor: Dr. Hongbing Fan Introduction.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Quicktime Howell Istance School of Computing De Montfort University.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Graphics Systems I-Chen Lin’s CG slides, Doug James’s CG slides Angel, Interactive Computer Graphics, Chap 1 Introduction to Graphics Pipeline.
Computer Graphics Introduction
Your Interactive Guide to the Digital World Discovering Computers 2012.
October 2001Sheffield Hallam University1 Raster Graphics Raster formats used for storing digitized photographs, scanned artwork. comprised of individual.
Chapter 3 Application Software
Living in a Digital World Discovering Computers 2011.
Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Copyright © 2011 Pearson Education, Inc. Publishing.
CGS 1000 Introduction to Computers and Technology.
Multimedia Enabling Software. The Human Perceptual System Since the multimedia systems are intended to be used by human, it is a pragmatic approach to.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Software and Multimedia
Introduction to Computer Graphics (CS560/CS460) Computer graphics means the art and science of creating images of three dimensional objects. Huge and Fast-moving.
Dr. Sana’a Wafa Al-Sayegh
Chapter 3 Application Software.
MULTIMEDIA M U A T H H U M A I D R a s h A t a l l a h.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 3 Software for Systems Chapter 4 – Application Software.
BY Kamran Yousaf Computer Graphics & Animation. BY Kamran Yousaf Contents Introduction Usage, Application & Advantages Video Display Devices Output Devices.
Unit F1KS 11 Digital Media Elements for Applications First Steps.
What is Multimedia? The interactive incorporation of many media to accomplish some (educational) objective The end of teaching? (as we know it) The end.
Computer Graphics. Requirements Prerequisites Prerequisites CS 255 : Data Structures CS 255 : Data Structures Math 253 Math 253 Experience with C Programming.
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 DATABASES -Define data -Define databases.
Institute for Visualization and Perception Research 1 © Copyright 2000 Haim Levkowitz Introduction (Foley & Van Dam Ch 1) Uses of computer graphics … Some.
Digital Planet: Tomorrow’s Technology and You
Computer Graphics Lecture 32 Fasih ur Rehman. 3D Transforms The idea of 3D transforms is the same as that of 2D – A 3D point is represented by (x, y,
MULTIMEDIA Hardware 4/24/2017.
Multimedia Systems Lecture 1: Introduction Prof. Charlene Tsai
Computer Graphics Chapter 6 Andreas Savva. 2 Interactive Graphics Graphics provides one of the most natural means of communicating with a computer. Interactive.
By Courtney Field Creative digital graphics. Types of graphics and examples There are a number of different types of graphics file formats. Each type.
Introduction to Multimedia Review 1 - Lecture Notes Semester 1.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Summer 2007.
Chapter 8B Graphics and Multimedia. 8B-2 Graphic File Formats Bitmapped images –Most common image type –Also called raster images –Image is drawn using.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
CSCI-100 Introduction to Computing Hardware Part II.
Subject Name: Computer Graphics Subject Code: Textbook: “Computer Graphics”, C Version By Hearn and Baker Credits: 6 1.
CS COMPUTER GRAPHICS LABORATORY. LIST OF EXPERIMENTS 1.Implementation of Bresenhams Algorithm – Line, Circle, Ellipse. 2.Implementation of Line,
Handle By, S.JENILA AP/IT
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
MULTIMEDIA DATA MODELS AND AUTHORING
CS1354 GRAPHICS AND MULTIMEDIA Handle By, S.JENILA AP/IT.
UNIT III MULTIMEDIA SYSTEMS DESIGN
Software Architecture for Multimodal Interactive Systems : Voice-enabled Graphical Notebook.
AUTUMN Asst. Prof. Dr. Gazi Erkan BOSTANCI Slides by Robert Thomson, Süleyman Tosun and Kurtuluş Küllü.
1 Chapter 1: Introduction to Graphics. 2 What is computer graphics.
MULTIMEDIA AUTHORING AND USER INTERFACE
Lecture 9 From Vertices to Fragments. Objectives Introduce basic implementation strategies Clipping Rasterization hidden-surface removal.
Discovering Computers 2011: Living in a Digital World Chapter 3
Features of Authoring Tools
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Data and Applications Security Developments and Directions
2D Viewing Pipeline.
Computer Graphics : Introduction
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
Application Software Productivity Tools for Educators
Software and Multimedia
Software and Multimedia
Application Software Productivity Tools for Educators
Digital Media Dr. Jim Rowan ITEC 2110.
Discovering Computers 2010: Living in a Digital World Chapter 3
I UNDERSTAND CONCEPTS OF MULTIMEDIA
Multimedia (CoSc4151) Chapter One : Introduction to Multimedia
Type to enter a caption. Computer Graphics Week 1Lecture 1.
SUBJECT : COMPUTER GRAPHICS
Computer Applications -Generic Elective
Presentation transcript:

DEPARTMENT OF INFORMATION TECHNOLOGY CS1354-GRAPHICS AND MULTIMEDIA Handled by, C.thaventhiran

OBJECTIVES:- To study the graphics techniques and algorithms. To study the multimedia concepts and various I/O technologies. To enable the students to develop their creativity

UNIT I -OUTPUT PRIMITIVES - 9 Basic  Line  Curve and ellipse drawing algorithms Attributes Two Dimensional geometric transformations  Two-Dimensional clipping and viewing Input techniques.

UNIT II THREE-DIMENSIONAL CONCEPTS - 9 Three-Dimensional object representations Three-Dimensional geometric and modeling transformations Three-Dimensional viewing Hidden surface elimination Color models Animation.

UNIT III MULTIMEDIA SYSTEMS DESIGN - 9 Multimedia basics Multimedia applications Multimedia system architecture Evolving technologies for multimedia Defining objects for multimedia systems Multimedia data interface standards Multimedia databases

MM APPLICATIONS MM TECHNOLOGY

MULTIMEDIA FILE HANDLING - 9 Compression and decompression UNIT IV MULTIMEDIA FILE HANDLING - 9 Compression and decompression Data and file format standards Multimedia I/O Technologies Digital voice and audio Video image and animation Full motion video Storage and retrieval technologies.

MM COMPRESSION & DECOMP FULL MOTION VIDEO IMAGE & ANIMATION

UNIT V HYPERMEDIA - 9 Multimedia authoring and user interface Hypermedia messaging Mobile messaging Hypermedia message component Creating hypermedia message Integrated multimedia message standards Integrated document management Distributed multimedia systems.

TEXT BOOKS 1. Donald Hearn and M. Pauline Baker, “Computer Graphics C Version”,Pearson Education, 2003. 2. Andleigh, P. K and Kiran Thakrar, “Multimedia Systems and Design”, PHI,2003. REFERENCES 1. Judith Jeffcoate, “Multimedia in practice: Technology and Applications”, PHI,1998. 2. Foley, Vandam, Feiner and Huges, “Computer Graphics: Principles and Practice”, 2nd Edition, Pearson Education, 2003.

Assignment Topics Two-Dimensional clipping and viewing Hidden surface elimination Evolution Of Multimedia Storage and retrieval technologies Dimensional clipping and viewing Integrated multimedia standards

LAB exercises

LIST OF EXPERIMENTS 1. To implement Bresenham’s algorithms for line, circle and ellipse drawing. 2. To perform 2D Transformations such as translation, rotation, scaling,reflection and sharing. 3. To implement Cohen-Sutherland 2D clipping and window-viewport mapping. 4. To perform 3D Transformations such as translation, rotation and scaling. 5. To visualize projections of 3D images and Hidden Surface Elimination.

6. To convert between color models. 7. To implement text compression algorithm. 8. To implement image compression algorithm. 9. To perform animation using any Animation software. 10. To perform basic operations on image using any image editing software.

Thank you & ALL the BEST