Paint Application
This project is aimed at developing a simple image drawing and editing tool on the lines of Microsoft Paint and other such applications. The application will contain tools for simple image editing as well as for free hand drawing.
The user will be provided with an empty canvas as the starting point. He can now create a blank canvas of certain size or open up an image for editing. Some of the image editing options are as follows:
Any of these actions may be applied to the image after which it may be saved either to the original file or as a new file. The image itself may be used as a canvas for free hand drawing tools which include actions like:
Apart from
these actions, the user will also be able to undo or redo the last action. At
any point, the user will be able to save the image in the canvas as a file on
the disk in a number of common formats such as GIF, JPEG, PNG etc.