Co mputer Graphics Researched via: Student Name: Nathalie Gresseau Date:12/O7/1O.

Slides:



Advertisements
Similar presentations
Images Images are a key component of any multimedia presentation.
Advertisements

Introduction to Programming
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Student Name: Rochelle Jenkins Date: April 11 th, 2011.
Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.
Student Name: Jamaal Lam Date: 12/7/10. What is Computer Graphics?  Computer graphics is a term that refers both to the use of computers to create or.
Computer Graphics Researched via: Student Name: Nathalie Gresseau Date:
1 King ABDUL AZIZ University Faculty Of Computing and Information Technology CS 454 Computer graphicsIntroduction Dr. Eng. Farag Elnagahy
2.01 Understand Digital Raster Graphics
Images: Pixels and Resolution Monica A. Stoica, Boston University Books used: “The Essential Guide to Computing” by E. Garrison Walters.
Colors – part 3 K1066BI – Graphical Design Teppo Räisänen
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Fundamentals of Photoshop
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Technology and digital images. Objectives Describe how the characteristics and behaviors of white light allow us to see colored objects. Describe the.
Computer Graphics Using “ Adobe Photoshop ” Introduction to E-Learning Center, DAD presents Workshop on Instructor: Mazhar.
Welcome Topic: Pixels A.M.Meshkatur Rahman Class: vii Roll: 07.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
I-1 Steps of Image Generation –Create a model of the objects –Create a model for the illumination of the objects –Create an image (render) the result I.
Computer Graphics Lecture 1 July 11, Computer Graphics What do you think of? The term “computer graphics” is a blanket term used to refer to the.
Lecture#06 Networks of radio and television broadcasting The Bonch-Bruevich Saint-Petersburg State University of Telecommunications Series of lectures.
Color and Resolution Introduction to Digital Imaging.
Adobe Illustrator Chapter 1 Notes Pages 1-2 –1-75 Mrs. Leonard.
Computer Graphics Researched via: Student Name: Cheyenne Bell Date: 04/29/2010.
Computer Graphics Researched via: Student Name: Symone Haynes Date: April 29, 2010.
Computer Graphics & Image Processing Lecture 1 Introduction.
Computer Graphics Researched via: Student Name: James Wood Date: 4/29/10.
Computer Graphics An Introduction Jimmy Lam The Hong Kong Polytechnic University.
Computer Graphics Researched via: Student Name: Envia R. Date: Dec
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Student Name: Jovannie Charles Date: 12/7/10. What is Computer Graphics?  Computer graphics are graphics created using computers and, more generally,
Computer Graphics Researched via: Alexander Johnny April Twenty-Ninth Twothousandten.
The Web. Web Servers and File Transfer Protocol (FTP)
Computer Graphics Researched via: Student Name: Timothy Rorie Date: 4 / 11 / 11.
Computer Graphics Researched via: Student Name: Barbara Florival Date: 12| 7 th | 2O1O.
Student Name: Nyanka Joseph Date: 4/29/10. What is Computer Graphics? Graphics using computers The representation and manipulation of image data by a.
Computer Graphics Researched via: Student Name: Mark Neptune Date: April 11, 2011.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
Now… The Basics of Design Basic Elements of Design Dots Lines Shapes Color Type Size Direction.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand concepts used to create digital graphics.
Computer Graphics Researched via: Student Name: Quan EDWARDS Date:4/11/2011.
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
Computer Graphic. Raster graphics In computer graphics, a raster graphics image, digital image, or bitmap, is a data structure representing a generally.
Computer Graphics Researched via: Kalesha Sykes December 7,2010.
UNITS OF MEASUREMENT 2.01 Understand Digital Raster Graphics.
Images Data Representation.
Data Representation Images.
2.01 Understand Digital Raster Graphics
Computer Graphics Researched via:
2.01 Understand Digital Raster Graphics
The Colour of Light: Additive colour theory.
Chapter I Digital Imaging Fundamentals
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Computer Graphics Using “Adobe Photoshop”
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
WHAT’S COORDINATE GEOMETRY
Two ways to discuss color 1) Addition 2) Subtraction
2.01 Understand Digital Raster Graphics
Programming Graphic LCD
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Programming Graphic LCD
Programming Graphic LCD
Multimedia System Image
Basic Concepts of Digital Imaging
2.01 Understand Digital Raster Graphics
Introduction to The Edge
Presentation transcript:

Co mputer Graphics Researched via: Student Name: Nathalie Gresseau Date:12/O7/1O

What is Computer Graphics? The term computer graphics includes almost everything on computers that is not text or sound. Today almost every computer can do some graphics, and people have even come to expect to control their computer through icons and pictures rather than just by typing.

The History of Computer Graphics? The advance in computer graphics was to come from one MIT student, Ivan Sutherland. In 1961 Sutherland created another computer drawing program called Sketchpad. Using a light pen, Sketchpad allowed one to draw simple shapes on the computer screen, save them and even recall them later.

What is 2D Computer Graphics? 2D computer graphics is the computer-based generation of digital images, mostly from two-dimensional models. 2D computer graphics are mainly used in applications that were originally developed upon traditional printing and drawing technologies, such as typography, cartography, technical drawing, advertising, etc.. In those applications, the two- dimensional image is not just a representation of a real-world object, but an independent artifact with added semantic value; two- dimensional models are therefore preferred, because they give more direct control of the image than 3D computer graphics

What is Computer Animation? Computer animation is the process used for generating animated images by using computer graphics.

What is Pixel? In digital imaging, a pixel (or picture element) is a single point in a raster image. The pixel is the smallest addressable screen element; it is the smallest unit of picture that can be controlled. Each pixel has its own address. The address of a pixel corresponds to its coordinates. Pixels are normally arranged in a two-dimensional grid, and are often represented using dots or squares. Each pixel is a sample of an original image; more samples typically provide more accurate representations of the original. The intensity of each pixel is variable. In color image systems, a color is typically represented by three or four component intensities such as red, green, and blue, or cyan, magenta, yellow, and black.