/photoflare

Quick, simple but powerful Cross Platform image editor.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Photoflare

License: GPL v3+ Build Status GitHub release latest packaged version(s)

Photoflare is a cross-platform image editor with an aim to balance between powerful features and a very friendly graphical user interface. It suits a wide variety of different tasks and users who value a more nimble workflow. Features include basic image editing capabilities, paint brushes, image filters, colour adjustments and more advanced features such as Batch image processing.

Documentation

Information on current features and how to use the application will be available here. (WIP)

Building

Dependencies

  • G++/Clang on Linux, MSVC/Clang on Windows or Clang on MacOSX
  • libgraphicsmagick++-dev
  • libomp-dev
  • qt5-default (Ubuntu only)
    or
  • libc6-dev
  • libqt5core5a-dev
  • libqt5gui5-dev
  • libqt5widgets5-dev

Compile using either by opening the .pro file with Qt Creator or use qmake passing the .pro file as a parameter. Full instructions for each platform available here

Running

Dependencies

  • libc6
  • libgraphicsmagick++-q16-12
  • libqt5core5a
  • libqt5gui5
  • libqt5widgets5
  • libqt5printsupport5
  • libomp5
  • qt5-image-formats-plugins (Optional - Extra file format support)

Translations

Languages currently available:

  • English
  • French
  • Dutch
  • German
  • Chinese (TW)
  • Czech

If you would like to add to this list then get in touch. Instructions on adding a translation is available here