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.
- Host: GitHub
- URL: https://github.com/peteprattis/image-manipulation-program-in-visual-csharp
- Owner: PetePrattis
- License: mit
- Created: 2019-10-29T20:01:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T20:07:10.000Z (over 5 years ago)
- Last Synced: 2024-11-17T11:53:35.761Z (3 months ago)
- Topics: application, computer-science, csharp, grayscale, image-manipulation, negative-image, program, rotate-image, strech-images, student, windows-forms, zoom-images
- Language: C#
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>