Introduction to the Computer Graphics Anton V. Kudinov, Assistant professor of Computer Engineering Department.

Slides:



Advertisements
Similar presentations
2.01 Investigate graphic image design. Image Resolution.
Advertisements

Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
Multi-media graphics--JOUR 205 Vectors vs. bitmaps.
Lecture 3: ImagesIntro to IT COSC1078 Introduction to Information Technology Lecture 3 Images James Harland
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Introduction to Raster Graphics Resize an image until it is pixelated.
Graphics and Animation Chapter 8. 8 Graphics in Multimedia Graphics are an element that virtually all multimedia applications include.
Vector vs. Bitmap SciVis V
Introduction to Computers Section 11A. home Types of Graphics File Bitmap Vector.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
V Obtained from a summer workshop in Guildford County July, 2014
Digital Art is Interactive Visual Art. How has art been changed because of technology ?
Chapter 3 Survival Techniques. Goals Discover that being an Illustrator artist is more than just knowing the tools Develop a basic understanding of the.
1. 2  A computer is a device capable of storing data  in a format suited to the computer,  which is then processed by mathematical manipulation and.
Vector Graphics Making custom images. Raster vs. Vector Graphics In computer graphics, a raster graphics image, or bitmap, is a dot matrix data structure.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
Chapter 8: Digital Media1 Digital Media Chapter 8.
© GCSE Computing Candidates should be able to:  explain the representation of an image as a series of pixels represented in binary  explain the need.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Vector vs. Bitmap
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Basic Knowledge of Web creation. Computer graphic knowledge Graphic file has 2 types Raster Graphic A bitmap or raster image are comprised of pixels in.
TYPES OF GRAPHICS TECHNOLOGICAL DESIGN. GRAPHIC DESIGN DEFINITION Visual problem solving that utilizes shapes, images, text, color, etc. to communicate.
Understanding digital image - of which it consists Adolf Knoll National Library of the Czech Republic © Adolf Knoll, National Library.
Difference Between Raster and Vector Images Raster and vector are the two basic data structures for storing and manipulating images and graphics data on.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Chapter Contents  Section B: Bitmap Graphics  Section C: Vector and 3-D Graphics Chapter 8: Digital.
Chapter 4: Representation of data in computer systems: Images OCR Computing for GCSE © Hodder Education 2011.
Graphics ITGS. Pixel Short for “Picture Element” A single dot on a monitor or printed document. The smallest rectangular area of an image that can be.
Introduction to Image Processing. Image Processing is the steps of using image processing tools to covert different kinds of image sources into different.
Illustrator I I450 Technology Seminar. Bitmap vs. Vector Photoshop = Bitmap Illustrator = Vector Bitmap images are resolution dependent Vector images.
Introduction to Vector Graphics and Adobe Illustrator CS3
Photoshop 7.0. What is Photoshop Photoshop is a graphics package used to create, modify and correct pictures and images. Retouching photos.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
Chapter 8B Graphics and Multimedia. 8B-2 Graphic File Formats Bitmapped images –Most common image type –Also called raster images –Image is drawn using.
Graphics Concepts Presentation
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
BC ASSIGNMENT NO 5 HABEEB UR REHMAN HABEEB UR REHMAN.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
Working With Graphics. Two Types of 2D Graphics Bitmap Bitmap Vector Vector.
Representation of Data in Computer Systems
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Guilford County SciVis V104.03
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
Computer Graphics Lesson 2 July 12, 2005 Image Formats What are some formats you are familiar with? There are 4 basic image format types: Uncompressed.
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 03 - Still Picture 01 – Basics.
Vector vs. Bitmap. Vector Images Vector images (also called outline images) are images made with lines, text, and shapes. Test type is considered to be.
Computer Systems Nat 5 Computing Science Data Representation
Image and Sound Representation
Computer Graphics Presented by: May Lau.
Types of Graphics Technological Design.
Data Representation Images.
Photorealistic Rendering vs. Interactive 3D Graphics
Vector vs. Bitmap.
Bitmap vs. Vector.
Learning Intention I will learn how a computer stores graphics.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
Graphics and Animation
Graphics Basic Concepts.
Digital Media Objective
Computer Systems Nat 4.5 Computing Science Data Representation
Visuals are analog signals...
Introduction to 3D Graphics
Graphics and Animation
Presentation transcript:

Introduction to the Computer Graphics Anton V. Kudinov, Assistant professor of Computer Engineering Department

Overview  Problem of graphical information representation  Raster and Vector graphics: definitions, properties, advantages and disadvantages  Application fields

Base types of the representation  Raster (bitmap)  Vector (object-oriented)

Raster graphics P i x e l - picture element

1,2,8,3,128,255,255,... 4,3,13,55,67,2,35,44,... 23,2,44,255,0,5,255,... …………… Raster graphics

Parameters of raster images 1. Resolution — pixel density d p i - dots per inch 2. Color depth — amount of bits for representation of each pixel color information

Vector graphics

Advantages of vector graphics over bitmaps  vector graphics are scalable  vector graphics files are usually much smaller than bitmap files

Application fields of vector graphics  computer-aided design (CAD)  animation tools  desktop publishing systems (polygraphy) Application fields of raster graphics  rendering photo-realistic images