PhotoQt is a free and open source image viewer for Linux and Windows. It is based on Qt/QML and released under GPLv2 or later license. Using this you can view your image , browse your files and some image manipulations. It comes with GraphicsMagick, Libraw, FreeImage, DevIL, Poppler, libarchive and video files support. Some other useful features are touchscreen support, Keyboard and mouse shortcuts, Command Line Options and Slideshow.
You can also upload images directly to imgur.com and set image as wallpaper directly from PhotoQt. And view the complete Exif information and more.
Install PhotoQt on Ubuntu Linux
PhotoQt is available as a portable AppImage, flatpak and via official PPA for Ubuntu Linux.
Install PhotoQt via PPA:
Open the terminal application (ctrl+alt+t) and run below commands one by one to add its PPA and install PhotoQt on your Ubuntu system.
sudo apt-add-repository ppa:lumas/photoqt
sudo apt update
sudo apt install photoqt
photoqt
Install PhotoQt via Flatpak:
Install flatpak on your system if don’t have. After that run below PhotoQt flatpak installation command on terminal.
flatpak install flathub org.photoqt.PhotoQt
You can run the app via below command.
flatpak run org.photoqt.PhotoQt
Install PhotoQt via AppImage:
Download PhotoQt in .AppImage file format and save in your Downloads folder, then run below commands one by one.
cd Downloads
sudo chmod +x ~ PhotoQt-2.2.AppImage
Here “PhotoQt-2.2.AppImage” is the downloaded file name.
./PhotoQt-2.2.AppImage
that’s all.