Ola-jed / QImageViewer

An image viewer written in C++ with Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QImageViewer

CodeFactor

Codacy Badge

Lightweight image viewer written in c++ with the qt framework

How to build ?

git clone https://github.com/Ola-jed/QImageViewer
cd QImageViewer
cmake .
make
./QImageViewer # You can pass the path to the file to open as a param

Just import the project if you use an ide.

Screenshots

1

2

About

An image viewer written in C++ with Qt

License:GNU General Public License v3.0


Languages

Language:C++ 95.5%Language:CMake 4.5%