Graphics hardware and introduction to Raster display system

mahamiqbalrajput 1,916 views 20 slides May 21, 2016
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

Graphics hardware and introduction to Raster display system.graphics card is a hardware component use to crest graphics.


Slide Content

Graphics Hardware & Raster display Presented by: MAHAM IQBAL 17/05/2016

Topics to be covered What are graphics? Why we need graphics? H ardware use to create image/graphics? What is graphics card? Types & parts of graphics cards? What are raster displays?

What are graphics “ V isual representation of an object OR Any  computer  device or  program that makes a computer capable of displaying and manipulating pictures .”

Why we need graphics One picture is worth of thousand words Graphics methods are utilized in Computer Aided Design (CAD ) Computer Aided Manufacturing (CAM)

Hardware used to create images RAM CPU Graphics card Hard drive

RAM (i n case of integrated graphics card) Most common type of memory  E lectronic memory located on the computers motherboard Programs are loaded in RAM ,while it is running Much faster as compare to other storage devices

CPU (in case of integrated graphics card) Brain of computer Responsible for processing of data inside computer system Controls other components of system Graphics systems often use more than one processor to help in processing of complex instructions required by graphics programs

Graphics card? A piece of computer hardware that produces the image you see on a monitor . The better your graphics card the better, and smoother an image can be produced. This is naturally very important for gamers and video editors.

Parts of graphics card Graphics processing unit(GPU) It’s the brain of the graphics card and is what creates the visuals you see on the screen.  How powerful those GPU’s are will vary on the model you select . Video card Built in RAM Runs program without taking resources from the computer  

Parts continue… The  driver software Software which allows your graphics hardware to communicate with your operating system Photoshop , IPhoto and paint

Types of graphics cards I ntegrated card usually by  Intel for use in their computers bound to the motherboard shares   RAM with the  CPU Dedicated card has its own RAM and Processor for generating its images does not slow down the computer higher performance than integrated graphics cards

It is possible to have both dedicated and integrated graphics, however once a dedicated graphics card is installed, the integrated card will no longer function until the dedicated card is removed.

Raster Display

Display technologies Two main types: Vector display Raster display

Vector display creation of digital images through a sequence of commands or mathematical statements Early computer displays Control X,Y with vertical/horizontal plate voltage Often used intensity as Z (close things were brighter) Often termed random scan displays.

Vector display Advantages very high resolution, limited only by monitor easy animation, just draw at different positions requires little memory (just enough to hold the display program) Disadvantages : requires "intelligent electron beam, i.e., processor controlled can't draw a complex image limited color capability (very expensive)

Raster display S eries of adjacent parallel 'lines' which together form an image on a display screen. Pixel: One dot or picture element of the raster Scan line: A row of pixels

Raster example

Difference of raster and vector The difference between  vector and raster graphics  is that  raster graphics are composed of pixels, while  vector graphics  are composed of paths.

Thank you