Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 438 Bytes

improcbase-cs

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:

  1. Four image types with basic pixel access.
  2. Loading and storing the images from/to file using GDI+ functions.
  3. Demo function that converts the image to grayscale and performs horizontal mirroring.