Image Roll is a free and open source image viewer for Linux. It is written in Rust and released under MIT License. This is a simple and light weight GTK image viewer. Using this you can also do some basic image editing like crop, rotate, resize image, undo and redo image edits. This is still in early stages and active development.
Install Image Roll on Ubuntu
Download the latest version of Image Roll image viewer in .deb package file from the above download link and save it on your Downloads folder. Open the terminal app (ctrl+alt+t) and run below commands.
cd Downloads
sudo dpkg -i image-roll_1.1.1_amd64.deb
Here “image-roll_1.1.1_amd64.deb” is the downloaded file name. change command based on your downloaded file name.
sudo apt install -f
image-roll
Install Image Roll via flatpak:
Install flatpak and run below Image Roll flatpak installation command.
flatpak install flathub com.github.weclaw1.ImageRoll
After the installation you can start Image Roll via below command.
flatpak run com.github.weclaw1.ImageRoll
That’s all.