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

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

Primary LanguageC++

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.