The base project for opening, processing and storing images using C# (Visual Studio 2015). The project is provided for educational purpose.
The project provides the minimum possible functionality to work with images:
- Four image types with basic pixel access.
- Loading and storing the images from/to file using GDI+ functions.
- Demo function that converts the image to grayscale and performs horizontal mirroring.