Go to file
Jan Philipp Timme e37bc42143 [TASK] Finally add cool scrollbars to the tabs. 2015-11-23 14:52:20 +01:00
.gitignore [TASK] Prepare third tab in advance. 2015-11-06 12:15:41 +01:00
LICENSE Initial commit 2015-10-23 10:17:04 +02:00
README.md [TASK] Add instructions to build for arch linux. 2015-10-23 11:08:10 +02:00
imageviewer-main-qt4.cpp [TASK] Fix indentation. 2015-10-23 10:40:05 +02:00
imageviewer-qt4.cpp [TASK] Finally add cool scrollbars to the tabs. 2015-11-23 14:52:20 +01:00
imageviewer-qt4.h [TASK] Finally add cool scrollbars to the tabs. 2015-11-23 14:52:20 +01:00
imageviewer-qt4.pro [TASK] Add instructions to build for arch linux. 2015-10-23 11:08:10 +02:00
lazy_image.cpp [TASK] Almost finish piecebased histogramm adaption. 2015-11-20 13:31:27 +01:00

README.md

CG2_Tasks

This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms.

Building and running

This project requires qt4 to build and run:

qmake
make
./imageviewer-qt4

For Arch Linux, there is qtchooser. Using it, you can use

QT_SELECT=4 qmake

to create the Makefile.