Image viewer An image viewer application for Linux created with C++ and Qt (6) for personal use. Primary focus on being simple (no useless features) and working well with high DPI displays. mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make -j