100% found this document useful (1 vote)
423 views

Vidyavardhini Charitable Trust's

This document describes a student project to implement graphics objects using C programming. It includes an introduction to computer graphics, the aim of visualizing real and imaginary objects, and the resources required including a computer system, operating system, and software. The algorithm involves declaring coordinates for rectangles and lines and displaying the objects. The program code draws two rectangles and two lines to create a computer shape diagram. The results show the output screen with the graphics objects. In conclusion, the project demonstrates creating graphics objects using a C program code and algorithm steps.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
423 views

Vidyavardhini Charitable Trust's

This document describes a student project to implement graphics objects using C programming. It includes an introduction to computer graphics, the aim of visualizing real and imaginary objects, and the resources required including a computer system, operating system, and software. The algorithm involves declaring coordinates for rectangles and lines and displaying the objects. The program code draws two rectangles and two lines to create a computer shape diagram. The results show the output screen with the graphics objects. In conclusion, the project demonstrates creating graphics objects using a C program code and algorithm steps.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Computer Engineering Computer Graphics

Maharashtra State Board of Technical Education,


Mumbai

Vidyavardhini Charitable Trust’s

Abhaysinhraje Bhonsle Institute of Technology


Shahunagar - Shendre, Satara.

2020-2021

A PROJECT REPORT ON

Project Name: “IMPLEMENT THE GRAPHICS OBJECT USING C


PROGRAM”

SUBMITED BY:

1) PATIL SHUBHAM NANASO (16)


2) PAWAR TEJAS GOPAL (17)
3) SAWALE KARAN YUVRAJ (18)

UNDER THE GUIDANCE OF: MR. SARATE S.R

Sub Teacher Name: MR. SARATE S.R

(Computer Dept)

Page 1 of 14
Computer Engineering Computer Graphics

This is to certify that:

§ Roll No: 16
§ Roll No: 17
§ Roll No: 18

Diploma in Computer Engineering, has satisfactorily completed the project work under
mini project report on, Project Name: “IMPLEMENT THE GRAPHICS OBJECT
USING C PROGRAM” under my guidance and supervision, this is part of partial
fulfilment of the requirement for submission of Maharashtra State Board of Technical
Education, Mumbai during Semester third of Academic year 2020-2021.

GUIDE HOD PRINCIPAL


MR. SARATE S. R Ms. Nikam.R. A Mr. Dhumal.S.U
Computer Dept. Computer Engineering Dept. A.B.I.T.(Poly), Satara
A.B.I.T(Poly), Satara A.B.I.T.(Poly), Satara

Page 2 of 14
Computer Engineering Computer Graphics

TABLE OF CONTENTS:

SR .NO INDEX PAGE NO

1 Aim of the Microproject 04

2 ACTION PLAN 05

3 Introduction of Computer Graphics 06

4 07
Resources required

5 Algorithm step 08

6 09
Flow chart

7 Program 10

8 Output 11

09 Result 12

10 12
Conclusion

11 13
Acknowledgement
12 14
Reference

Page 3 of 14
Computer Engineering Computer Graphics

Aim of the Microproject:

Computer graphics is now used in various fields; for industrial, educational,


medical and entertainment purposes. The aim of computer graphics is to
visualize real objects and imaginary or other abstract items. In order to
visualize various things, many technologies are necessary and they are
mainly divided into two types in computer graphics: modeling and rendering
technologies. This book covers the most advanced technologies for both
types. It also includes some visualization techniques and applications for
motion blur, virtual agents and historical textiles. This book provides useful
insights for researchers in computer graphics.

Page 4 of 14
Computer Engineering Computer Graphics

ACTION PLAN:

Action Details of activity Start Date Finish Responsible


Plan: Date Team
Sr. No member
1 Selected the topic for 30-11-20 10-12-20 Tejas
micro-project
2 We organized things 10-12-20 20-12-20 Karan
required for our project

3 We browsed the 20-12-20 25-12-20 Shubham


internet for
information and raw
data
4 We attended extra 25-12-21 05-01-21 Karan
lectures for our project
topic
5 We made 10-01-21 15-01-21 Tejas
points/notes on the
information we
collected
6 We created a word 15-01-21 20-01-21 Shubham
document with help
of our teacher
7 We made corrections 20-01-21 25-01-21 Karan
by discussing with
our teacher
8 We also created a PDF 25-01-21 30-01-21 Shubham
document to
make a hard copy of the
report

Page 5 of 14
Computer Engineering Computer Graphics

Introduction of Computer Graphics:

Computer Graphics involves technology to access. The Process transforms


and presents information in a visual form. The role of computer graphics
insensible. In today life, computer graphics has now become a common
element in user interfaces, T.V. commercial motion pictures.

Computer Graphics is the creation of pictures with the help of a computer.


The end product of the computer graphics is a picture it may be a business
graph, drawing, and engineering.

In computer graphics, two or three-dimensional pictures can be created that


are used for research. Many hardware devices algorithm has been developing
for improving the speed of picture generation with the passes of time. It
includes the creation storage of models and image of objects. These models
for various fields like engineering, mathematical and so on.

Today computer graphics is entirely different from the earlier one. It is not
possible. It is an interactive user can control the structure of an object of
various input devices.

Page 6 of 14
Computer Engineering Computer Graphics

Resources required:

Sr.No. Name of Resources Specification

1 computer system Computer (i3-i5 Preferable) RAM


with broad Specification minimum 2GB

2 Operating system windows 7

3 software Turbo C/C++ version 3.0

Page 7 of 14
Computer Engineering Computer Graphics

Algorithm step:

Step 1: start

Step 2: Declare Rectangle 1 coordinate

Step 3: Declare Rectangle 2 coordinate

Step 4: Declare line Frist coordinate

Step 5: Declare line second coordinate

Step 6: Declare Rectangle coordinate

Step 7: Display object

Step 8: stop
Page 8 of 14
Computer Engineering Computer Graphics

Flow chart:

Start

Enter Rectangle Coordinate

Enter line Coordinate

Enter Rectangle Coordinate

Display object

Stop

Page 9 of 14
Computer Engineering Computer Graphics

Program C:

#include<stdio.h>
#include<graphics.h>
#include<math.h>
#include<dos.h>
Void main()
{
Int gd=DETECT,gm;
Initgraph (&gd,&gm,”C:\\TurboC3\\BGI”);
Rectangle (900,30,400,90);
Rectangle (310,40,390,80);
line (320,100,300,140);
line (380,100,390,150);
Rectangle (260,150,450,200);
getch();
closegraph();
}

Page 10 of 14
Computer Engineering Computer Graphics

Output:

Page 11 of 14
Computer Engineering Computer Graphics

Result:

Display the Computer shape diagram output screen

Conclusion:

Here we conclude that by using algorithm steps with help of c program


code we can able to create the graphics object using program

Page 12 of 14
Computer Engineering Computer Graphics

Acknowledgement:
We take this opportunity to express sincere thanks to our project
guide. MR. SARATE S.R Under whose guidance our project is
done.
We also thanks to all the Computer department teachers for their
valuable guidance, and timely suggestions without which we
could not complete this project work.
Only because of our staff inspiration and instructions we
could achieve satisfactory completion of project work.
Last but not least, we wish to thanks all of those who have helped us

Page 13 of 14
COMPUTER ENGINEERING COMPUTER GRAPHICS

Reference:

Web-site
1) https://www.intechopen.com/books/computer-graphics

2) https://www.javatpoint.com/computer-graphics-
tutorial#:~:text=Introduction%20of%20Computer%20Gra
phics.%20Computer%20Graphics%20involves%20technolo
gy,pictures%20with%20the%20help%20of%20a%20comp
uter

Book
1) Computer graphics Diploma second year

2) Lab Manual

Page 14 of 14

You might also like