Oculante is a free and open source image viewer and image editor for Linux, Windows and macOS. It comes with many image format support, image analysis, basic editing tools, image cache, display unassociated channels, get location and color values, SIMD-accelerated image editing and many more.
Download Oculante [Linux, Windows, MacOS]
Install Oculante on Ubuntu Linux
Download the latest version of Oculante 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 apt install command.
sudo apt install ./Downloads/oculante*.deb
[OR]
sudo apt install ./Downloads/oculante-0.9.1.deb
Note: Here “oculante-0.9.1.deb” is the downloaded file name. You can change above command based on your file name.
And run below command to start Oculante image editor. You can also start it via the Show Apps from the application menu.
oculante
You can also run Oculante from the portable Oculante Linux app. Download the Oculante Linux from the above download link and save it on your Downloads folder. In the terminal app run below commands one by one.
cd Downloads
sudo chmod +x ~ oculante_linux
./oculante_linux
Install Oculante via Flatpak:
You can also install Oculante via below flatpak install command.
flatpak install flathub io.github.woelper.Oculante
And open it using below command.
flatpak run io.github.woelper.Oculante