11 lines
188 B
Markdown
11 lines
188 B
Markdown
|
# CG2_Tasks
|
||
|
This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms.
|
||
|
|
||
|
# Building and running
|
||
|
|
||
|
<pre>
|
||
|
qmake
|
||
|
make
|
||
|
./imageviewer-qt4
|
||
|
</pre>
|