Introduction - If you have any usage issues, please Google them yourself
Graphics editor (graphical editor) allows the user to change the bitmap image, such as we often used Photoshop. It uses a text editor to change the method and the method allows to modify the same document. Bitmap images from the MxN matrix of pixels to represent, and each pixel has a given color. Our task is to write a program to simulate a simple interactive graphic editor, and the resulting picture is stored in a BMP format file.