G'MIC stands for GREYC's Magic Image Converter. This project aims to :
* Define a lightweight but powerful script language (G'MIC) dedicated to the design of image processing pipelines.
* Provide an interpreter of this language, distributed as a C++ open-source library embeddable in third-party applications.
* Propose two usable binary tools embedding this interpreter :
o The command-line executable gmic to use the G'MIC framework from a shell.
In this setting, G'MIC may be seen as a direct (and friendly) competitor of the ImageMagick or GraphicsMagick software suites.
o The interactive and extensible plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP.
http://gmic.sourceforge.net
Vote 0