C-koi/gmic-qt: G'MIC-Qt Is A Versatile Front-end To The Image ... - GitHub
Purpose
G'MIC-Qt is a versatile front-end to the image processing framework G'MIC. It is in fact a plugin for GIMP, Krita, Paint.NET, digiKam and an 8bf filter plugin for Photoshop-compatible software as well as a standalone application.
Authors
- Sébastien Fourey
- David Tschumperlé (G'MIC lib & original GTK-based plugin)
Contributors
- Boudewijn Rempt [email protected] (Krita compatibility layer, later replaced by a native version of the plugin)
- amyspark (Krita native version of the plugin, work in progress)
- Nicholas Hayes (Paint.NET and 8bf filter compatibility layers, work in progress)
- Gilles Caulier (digiKam compatibility layer)
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
- Available at gmic.eu
Travis CI last build status
- Master branch (Linux)
- Devel branch (Linux)
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/GreycLab/gmic.git git clone https://github.com/c-koi/gmic-qt.git make -C gmic/src CImg.h gmic_stdlib_community.h cd gmic-qt qmake [HOST=none|gimp|paintdotnet|8bf] makeCMake
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/GreycLab/gmic.git git clone https://github.com/c-koi/gmic-qt.git make -C gmic/src CImg.h gmic_stdlib_community.h cd gmic-qtThen make a build directory:
mkdir build cd build cmake .. [-DGMIC_QT_HOST=none|gimp|paintdotnet|8bf] [-DGMIC_PATH=/path/to/gmic] [-DCMAKE_BUILD_TYPE=[Debug|Release|RelwithDebInfo] makeAdapt G'MIC-Qt to new applications
Developers will find guidelines and instructions for the adaptation of the plugin to a new host application in the NEW HOST HOWTO.
Từ khóa » Gmic Github
-
Dtschump/gmic: G'MIC Is A Full-featured Open-source ... - GitHub
-
Nyukat/GMIC: An Interpretable Classifier For High-resolution ... - GitHub
-
Dtschump/gmic-community: Community Contributions To The G'MIC ...
-
Gmic · GitHub Topics
-
Gmic/README At Master · Dtschump/gmic - GitHub
-
Jmlich/gmic: G'MIC Is An Open And Full-featured Framework ... - GitHub
-
G'MIC - GREYC's Magic For Image Computing: A Full-Featured Open ...
-
Tree - Rpms/gmic - Fedora Package Sources
-
G'MIC - Wikidata
-
Gmic - Homebrew Formulae
-
AUR (en) - Krita-plugin-gmic-git - Arch Linux User Repository
-
G'MIC - Wikipédia
-
Developing, Compiling, Testing, Releasing - Gmic-py's Documentation!
-
Install Gmic On MacOS With MacPorts