CSI-447: Multimedia Systems

Slides:



Advertisements
Similar presentations
2.01 Investigate graphic image design.
Advertisements

Images Images are a key component of any multimedia presentation.
Chapter 4 Digital Multimedia, 2nd edition Vector Graphics.
SWE 423: Multimedia Systems Chapter 4: Graphics and Images.
2.02 Understand Digital Vector Graphics
Introduction to Computer Graphics
Objective 1.  Computer graphics falls into two main categories:  Bitmap images  Vector images.
Vector Graphics 2.02 Understand Digital Vector Graphics.
Objective 1.  Also known as raster images.  Made up of pixels in a grid.  Pixels: tiny dots of individual color that makes up what you see on your.
Minard Saladino By:. Introduction: Illustrator is a vector-based imaging program. Unlike PhotoShop, which deals in pixels (raster images), this one deals.
Graphics: Creating Images Chapter 8, Exploring the Digital Domain.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - GRAPHICS. In this chapter how the computer creates, stores, and displays graphic images how the computer creates,
Graphics.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Vector vs. Bitmap
TYPES OF GRAPHICS TECHNOLOGICAL DESIGN. GRAPHIC DESIGN DEFINITION Visual problem solving that utilizes shapes, images, text, color, etc. to communicate.
Digital Media Dr. Jim Rowan ITEC Vector Graphics Elegant way to construct digital images that –have a compact representation –are scalable –are.
Information Processes and Technology Multimedia: Graphics.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify bitmap and vector graphic.
Chapter 2 File Format Objectives (1 of 2) Identify the difference between vector based graphics and bitmap-based graphics Clarify 3 types of vector programs.
Vector Graphics Digital Multimedia Chap 이병희
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 4 Lecture 4 - Vector Graphics.
Chapter 8B Graphics and Multimedia. 8B-2 Graphic File Formats Bitmapped images –Most common image type –Also called raster images –Image is drawn using.
Vector vs. Raster What’s the difference between vector and raster file formats? The real difference between the two formats is how they are used.
1. Digital Representation of Media There are established ways of representing images, video, animation, sound and text in bits. Media data may be represented.
Vector Graphics 2.02 Understand Digital Vector Graphics.
Mohammed AM Dwikat CIS Department Digital Image.
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
IS502:M ULTIMEDIA D ESIGN FOR I NFORMATION S YSTEM D IGITAL S TILL I MAGES Presenter Name: Mahmood A.Moneim Supervised By: Prof. Hesham A.Hefny Winter.
Main characteristics of Vector graphics  Vector graphics provide an elegant way of constructing digital images (diagrams, technical illustration and.
IS502:M ULTIMEDIA D ESIGN FOR I NFORMATION S YSTEM D IGITAL S TILL I MAGES Presenter Name: Mahmood A.Moneim Supervised By: Prof. Hesham A.Hefny Winter.
Chapter 10: Computer Graphics
2.02 Understand Digital Vector Graphics
Digital Imaging 101 Ann Ware.
DIGITAL MEDIA FOUNDATIONS
Vector (Shapes) vs. Raster (Pixels)
2.02 Understand Digital Vector Graphics
2.01 Investigate graphic image design.
2.02 Understand Digital Vector Graphics
Types of Graphics Technological Design.
Computer Graphics.
Vector vs. Bitmap.
Dr. Jim Rowan ITEC 2110 Wednesday, September 12
IMAGES.
Bitmap vs. Vector.
Agenda 2/18/16 Surreal World Project: Turn in yourlastname-SW.jpeg,
Agenda 2/27/17 Sketch/write #30: Raster Vs. Vector Article
3D Graphics Rendering PPT By Ricardo Veguilla.
Real-time Computer Graphics Overview
Interactive Computer Graphics
2.02 Understand Digital Vector Graphics
Introduction to Computer Graphics
2.02 Understand Digital Vector Graphics
2.01 Investigate graphic image design.
1.01 Investigate graphic types and file formats.
Digital Media Dr. Jim Rowan ITEC 2110.
Terms 1 Terms 2 Terms 3 Terms 4 Terms 5 1pt 1 pt 1 pt 1pt 1 pt 2 pt
Vector (Shapes) vs. Raster (Pixels)
Dr. Jim Rowan ITEC 2110 Vector Graphics II
Multimedia System Image
2.01 Investigate graphic image design.
2.02 Understand Digital Vector Graphics
Lecture 4 - Introduction to Computer Graphics
2.02 Understand Digital Vector Graphics
2.02 Understand Digital Vector Graphics
Dr. Jim Rowan ITEC 2110 Vector Graphics II
Presentation transcript:

CSI-447: Multimedia Systems Chapter_3_A: Graphics and Images

Computer Graphics Vector Graphics Bitmap Images Combining vectors and bitmaps

Models of Bitmapped Graphics modeled by an array of pixel values Bitmapped graphics does not use bitmaps (except for pure monochrome images) it use pixel maps

Models of Vector Graphics stored as a mathematical description of a collection of individual lines, curves and shapes making up the image e.g. line = two end points Displaying a vector image requires some computation to be performed in order to interpret the model and generate an array of pixel to be displayed The process of interpreting the vector description known as rasterizing

Vector Graphics Scalable Resolution independent No background Cartoon-like Inappropriate for photo-realistic images Metafiles contain both raster and vector data

… Vector Graphics Points can be identified by coordinates Lines and shapes can be described by equations Approximating abstract shapes on a grid of finite pixels leads to `jaggies‘ Anti-aliasing can offset this effect Bezier curves are drawn using four control points Bezier curves can be made to join together smoothly into paths Paths and shapes can be stroked and filled

… Vector Graphics Geometrical transformations translation, scaling, rotation, reflection and shearing - can be applied easily to vector shapes Three approaches to 3-D modeling constructive solid geometry free-form modeling procedural modeling 3-D rendering models the effect of light and texture, as well as displaying the modeled objects in space Ray tracing and radiosity are computationally expensive rendering algorithms that can produce photo-realistic results

Vector Graphics Tools Adobe Illustrator CorelDraw Macromedia FreeHand XARA X Most can export your work to bitmap images

Metafile Format Used for vector graphics Can embed bitmap images Collection of Graphics Device Interface (GDI) functions “Rasterization” process Default extension .WMF Less space Structure header size of the file # of drawing objects list of records

Other Common Vector File Formats CGM Computer Graphics Meta File DRW Micrographics Designer file format CDR CorelDRAW native format HPGL HP plotter print format DXF Drawing Exchange Files created by Autodesk for AutoCAD

… Other Common Vector File Formats EPS Encapsulated PostScript Files developed by Adobe Systems for compatibility with PostScript lang device independent may contain a TIFF or WMF image for screen presentation AI Illustrator native format

3-D Graphics 2D: define shapes by paths 3D: define objects by surfaces Hierarchical modeling – A bicycle consists of a frame, two wheels, …

Rendering In 3D, we have a mathematical model of objects in space, but we need a flat picture Viewpoint Position of camera Scaling with distance Lighting: position, intensity, type Interaction of light: underwater, smoke-filled room Texture

… Rendering Wire frame Hidden surface removal Surface properties Color and reflectivity Lights Shading A color for each polygon Interpolate color