Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 734 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 734 Bytes

Basic Image Processing - Qt

This is a basic linux GUI written with Qt that do some basic image processing task. \

At current state it contains following functionalities:

  1. Loading and saving .jpg .png .bmp image files.
  2. Image inversion.
  3. Histogram equalization.
  4. Gamma correction based on user input gamma value.

Requirements:

GNU-g++, make, Qt community version>=4

Program compile:

Specify the Qt installation location in Makefile and type make under the project directory.

Downloads

Check the release page