Computer Graphics Practical List

LIST OF PRACTICALS

Sr. Practical Title Answer
1 To study the various graphics commands in C language. Solution
2 Develop the DDA Line drawing algorithm using C language Solution
3 Develop the Bresenham’s Line drawing algorithm using C language Solution
4 Develop the Bresenham’s Circle drawing algorithm using C language Solution
5 Develop the C program for to display different types of lines Solution
6 Perform the following 2D Transformation operation – Translation, Rotation and Scaling Solution
7 Perform the Line Clipping Algorithm Solution
8 Perform the Polygon clipping algorithm Solution
9 Perform the following tasks using MATLAB commands. – Read the grayscale and color image. – Display images on the computer monitor – Write images in your destination folder. Solution
10 Generate the complement image using MATLAB. Solution