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,[2] and is also included in Krita.[3] G'MIC is dual-licensed under CECILL-2.1 or CECILL-C.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | GREYC Lab Groupe de recherche en informatique, image, automatique et instrumentation de Caen |
---|---|
Developer(s) | GREYC Lab |
Initial release | July 18, 2016 |
Stable release | |
Repository | |
Written in | C++ |
Operating system | Cross-platform |
Type | Image manipulation |
License | CECILL-2.1 or CECILL-C |
Website | gmic |
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.[4] 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.[5]
Interpreters
Command line
G'MIC is primarily a script language callable from a shell. For example, to display an image:
gmic image.jpg
This command displays the image contained in the file image.jpg and allows zooming in to examine values.
Several filters can be applied in succession. For example, to crop and resize an image:
gmic image.jpg -crop 0,0,250,250 -resize 50%,50%
Graphical interface
G'MIC comes with a Qt-based graphical interface, which may be integrated as a Gimp or Krita plugin.[6] It contains several hundred filters written in the G'MIC language, dynamically updated through an internet feed. The interface provides a preview and setting sliders for each filter.[7]
G'MIC is one of the most popular Gimp plugins.[8]
G'MIC Online
Most of the filters available for the graphical interface are also available online.[9]
ZArt
ZArt is a graphical interface for real-time manipulation of webcam images.
libgmic
Libgmic is a C++ library that can be linked to third-party applications. It sees integration in Flowblade and Veejay.[6]
References
Wikiwand in your browser!
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.