diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a0ad47 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CG2_Tasks +This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms. + +# Building and running + +
+qmake
+make
+./imageviewer-qt4
+