Photoflare – Simple Powerful Image Editor Inspired by PhotoFiltre

Photoflare is an open-source simple and powerful image editing software inspired by PhotoFiltre.

Photoflare is written in C++ with Qt5 framework. It works on Linux, Windows, and Mac OS, and features basic image editing capabilities, paint brushes, image filters, colour adjustments and more advanced features such as Batch image processing.

Besides the community version, the software also offers studio edition requires to pay for packages.

How to Install Photoflare in Ubuntu:

The software has a stable PPA which so far contains the latest packages for Ubuntu 18.04, Ubuntu 20.04, and Linux Mint 19.x / 20.

1.) To add the PPA, open terminal from system application launcher and run command:

sudo add-apt-repository ppa:photoflare/photoflare-stable

2.) After adding PPA, update system package cache and install the image editor via commands:

sudo apt update

sudo apt install photoflare

Uninstall Photoflare:

To remove Photoflare image editor, either use your system package manager or run command in terminal:

sudo apt remove photoflare

And remove the PPA either via Software & Updates under Other Software tab, or by running command:

sudo add-apt-repository --remove ppa:photoflare/photoflare-stable