Jehan / gmic-qt

G'MIC-Qt is a versatile front-end to the image processing framework G'MIC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G'MIC-Qt: a versatile G'MIC plugin

Purpose

G'MIC-Qt is a versatile front-end to the image processing framework G'MIC. It is in fact a plugin for GIMP and Krita, as well as a standalone application.

Authors

  • Sébastien Fourey
  • David Tschumperlé (G'MIC lib & original GTK-based plugin)

Contributor

  • Boudewijn Rempt boud@valdyas.org (Krita compatibility layer, work in progress)

Translators

  • Jan Helebrant (Czech translation)
  • Frank Tegtmeyer (German translation)
  • chroma_ghost & bazza/pixls.us (Spanish translation)
  • Sébastien Fourey (French translation)
  • Duddy Hadiwido (Indonesian translation)
  • Francesco Riosa (Italian translation)
  • iarga / pixls.us (Dutch translation)
  • Alex Mozheiko (Polish translation)
  • maxr (Portuguese translation)
  • Alex Mozheiko (Russian translation)
  • Andrex Starodubtsev (Ukrainian translation)
  • LinuxToy (https://twitter.com/linuxtoy) (Chinese translation)
  • omiya tou tokyogeometry@github (Japanese translation)

Official (pre-release) binary packages

Tavis CI last build status

  • Master branch (Linux) Build Status
  • Devel branch (Linux) Build Status

Build instructions

By default, the gimp integration plugin is built.

QMake

qmake is simple to use but only really works in an environment where bash is available.

git clone https://github.com/dtschump/gmic.git
git clone https://github.com/c-koi/gmic-qt.git
make -C gmic/src CImg.h gmic_stdlib.h
cd gmic-qt
qmake [HOST=none|gimp|krita]
make

CMake

cmake works on all platforms. The first part is the same and requires make and wget to be available. If you don't have all dependencies, cmake will warn you which ones are missing. Note that the minimum cmake version is 3.1.

git clone https://github.com/dtschump/gmic.git
git clone https://github.com/c-koi/gmic-qt.git
make -C gmic/src CImg.h gmic_stdlib.h
cd gmic-qt

Then make a build directory:

mkdir build
cd build
cmake .. [-DGMIC_QT_HOST=none|gimp|krita] [-DGMIC_PATH=/path/to/gmic] [-DCMAKE_BUILD_TYPE=[Debug|Release|RelwithDebInfo]
make

About

G'MIC-Qt is a versatile front-end to the image processing framework G'MIC.

License:GNU General Public License v3.0


Languages

Language:C++ 94.5%Language:CMake 3.3%Language:QMake 2.0%Language:Shell 0.2%