0% found this document useful (0 votes)
27 views10 pages

Computer Graphics: Scan Conversion Explained

The document discusses the topic of scan conversion in computer graphics. It defines a pixel as the smallest unit used to draw pictures on a display. Scan conversion is introduced as the process of representing graphics objects like points, lines, circles and ellipses using pixels. Since graphics objects are continuous and pixels are discrete, scan conversion determines which pixels to turn on to approximate the graphics objects on the display grid. Examples of lines drawn between points by turning on pixels are shown to demonstrate the scan conversion process.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views10 pages

Computer Graphics: Scan Conversion Explained

The document discusses the topic of scan conversion in computer graphics. It defines a pixel as the smallest unit used to draw pictures on a display. Scan conversion is introduced as the process of representing graphics objects like points, lines, circles and ellipses using pixels. Since graphics objects are continuous and pixels are discrete, scan conversion determines which pixels to turn on to approximate the graphics objects on the display grid. Examples of lines drawn between points by turning on pixels are shown to demonstrate the scan conversion process.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

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: a short form of the picture element.

It is also called a point, dot & Pel.

It is the smallest unit to draw a picture on display devices.

A picture is constructed from hundreds of such pixels

4
Any graphics model can be produced with a dense matrix of
pixels or dots.

These matrix produce graphics objects as

 Points
 Lines
 Circles
 Ellipses

Process to generate these graphics object using pixels?

5
 Scan conversion: A process to represent graphics
objects using pixels.

 The graphics objects are continuous.

 The pixels are discrete.

 Each pixel can have either on or off state.

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
Thank You !!

You might also like