Skip to content

e673/improcbase-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

improcbase-cpp

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. Templated image class with basic pixel access.
  2. Two pixel types with a couple of overloaded operators as an example.
  3. Loading and storing the images from/to file using GDI+ functions.
  4. Demo function that converts the image to grayscale and performs horizontal mirroring.

About

Basic I/O for images using Windows GDI+ for C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages