Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 11

Subject Name: Computer Graphics

Department: BCA
Created By: Dr. Sanjeev Punia

JIMS Engineering Management Technical Campus


48/4, Knowledge Park – III, Greater Noida - 201306
(Affiliated to Guru Gobind Singh Indraprastha University, New Delhi
Subject: Computer Graphics (BCA 303)
Topic: Scan Conversion
SCAN CONVERSION

3
Pixel: The smallest point on a display device

Picture/Graphic Object: The collection of pixels

The graphics objects are continuous.

 The pixels are discrete.

 Each pixel can have either on or off state.

Continuous Discrete
4
Any graphics object can be draw using the collection
of these pixels (Matrix).

 Points

 Lines

 Circles

 Ellipses

5
Scan conversion
A process to draw an graphics objects using pixels

6
Line: (0,0) to (4,4)

8
7
6
5
4
3
2
1
0
0 1 2 3 4 5 6 7 8 9

7
Line: (0,0) to (8,4)

8
7
6
5
4
3
2
1
0
0 1 2 3 4 5 6 7 8 9

8
Line: (0,0) to (4,6)

8
7
6
5
4
3
2
1
0
0 1 2 3 4 5 6 7 8 9

9
Next…..
CLASSIFICATION OF SCAN CONVERSION

10
Thank You !!

You might also like