This is a basic linux GUI written with Qt that do some basic image processing task. \
At current state it contains following functionalities:
- Loading and saving .jpg .png .bmp image files.
- Image inversion.
- Histogram equalization.
- Gamma correction based on user input gamma value.
GNU-g++, make, Qt community version>=4
Specify the Qt installation location in Makefile and type make
under the project directory.
Check the release page