Conjure is a free and open source image editing application for Linux. Using Conjure you edit and apply filters and effects to your image. It is based on ImageMagick with python bindings from Wand. It is written in Python and released under GNU General Public License v3.0. Currently available features are resize, crop, rotate, blur, flip images, adjust levels and brightness and more. Using this tool you can quickly transform your image.
How to Install Conjure on Ubuntu Linux
You can install Conjure as a flatpak package file from the remote flathub. If you don’t have then install flatpak and flathub on your Ubuntu and restart it after the installation. Follow below link for the instructions.
After that open the terminal app (ctrl+alt+t) and run below Conjure flatpak install command. It will install the latest version of Conjure on your Ubuntu Linux system.
flatpak install flathub io.github.nate_xyz.Conjure
You can start Conjure using this command.
flatpak run io.github.nate_xyz.Conjure
And uninstall Conjure using below command.
sudo flatpak uninstall io.github.nate_xyz.Conjure
That’s it.