An open API service indexing awesome lists of open source software.

https://github.com/peteprattis/image-manipulation-program-in-visual-csharp

A windows forms application that implements the basic functionality of an image manipulation program.
https://github.com/peteprattis/image-manipulation-program-in-visual-csharp

application computer-science csharp grayscale image-manipulation negative-image program rotate-image strech-images student windows-forms zoom-images

Last synced: about 1 month ago
JSON representation

A windows forms application that implements the basic functionality of an image manipulation program.

Awesome Lists containing this project

README

        

# A C# Program / Project

**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_

> #### Description of project
>
>>A windows forms application that implements the basic functionality of an image manipulation program.

> #### Functionality
>
> 1. Load,Save As, Remove image
> 2. Edit image with Zoom, Strech, Full Size options
> 3. See and add image's info
> 4. Edit image with Grayscale and Negative colors options
> 5. Zoom in and Zoom out of image
> 6. Rotate image in both directions

> #### About this project
>
> - 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
>