G'MIC
Sign in to save'''G'MIC''' (GREYC's Magic for Image Computing) is a free and open-source framework for image processing. It defines a script language that allows the creation of complex macros. Originally usable only through a command line interface, it is currently mostly popular as a GIMP plugin, and is also included in Krita. G'MIC is dual-licensed under CECILL-2.1 or CECILL-C.
Wikidata facts
- Instance of
- free software
- Official website
- gmic.eu
- Image
- GMIC with GIMP.png
- Has use
- computer graphics
Show 7 more facts
- programmed in
- C++
- copyright license
- CeCILL
- Commons category
- G'MIC
- source code repository URL
- github.com/GreycLab/gmic
- software version identifier
- 3.7.4
- software quality assurance
- continuous integration
- operating system
- Unix-like operating system
Sources (4)
via Wikidata · CC0
~2 min read
Encyclopedic overview
8 sectionsContents
- Features
- Interpreters
- Command line
- Graphical interface
- G'MIC Online
- ZArt
- libgmic
- References
'''G'MIC''' (GREYC's Magic for Image Computing) is a free and open-source framework for image processing. It defines a script language that allows the creation of complex macros. Originally usable only through a command line interface, it is currently mostly popular as a GIMP plugin, and is also included in Krita. G'MIC is dual-licensed under CECILL-2.1 or CECILL-C.
== Features == G'MIC's graphical interface is notable for its noise removal filters, which came from an earlier project called GREYCstoration by the same authors. G'MIC offers many built-in commands for image processing, including basic mathematical manipulations, look up tables, and filtering operations. More complex macros and pipelines built out of those commands are defined in its library files.
Excerpted from Wikipedia’s “G'MIC” article, available under the CC BY-SA 4.0 licence.