st1koo / cpp-drawing-operations-on-image-Public

Line, Circle, Ellipse Drawing on gray level Bitmap image(Console)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-drawing-operations-on-image-Public

C++ Windows Console Application for Some Bitmap Operations(Draw Line, Draw Circle and Draw Ellipse) in Visual Studio.

A C++ console application was created to perform some Bitmap operations in the project, where Visual Studio was used as the IDE and compiler environment.

In line with the parameters received from the user, a line, circle and ellipse drawing is made on the picture.

About

Line, Circle, Ellipse Drawing on gray level Bitmap image(Console)


Languages

Language:C++ 92.2%Language:C 7.8%