This is a C# project from my early days as a Computer Science student
This programm was created for the third semester class Object-oriented Application Development and is one of three final C# projects neccessary to pass the class
A windows forms application that implements the basic functionality of an image manipulation program.
- Load,Save As, Remove image
- Edit image with Zoom, Strech, Full Size options
- See and add image's info
- Edit image with Grayscale and Negative colors options
- Zoom in and Zoom out of image
- Rotate image in both directions
- The comments to make the code understandable, are within the .cs archive
- This project was written in Visual Studio IDE
- This repository was created to show the variety of the work I did and experience I gained as a student