PetePrattis / image-manipulation-program-in-visual-csharp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 100.0%