Girish Mahajan (Editor)

G'MIC

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
GREYC Lab

Preview release
  
2.0.0

Developer(s)
  
GREYC Lab

Initial release
  
July 18, 2016; 8 months ago (2016-07-18)

Stable release
  
1.7.9 / November 18, 2016; 4 months ago (2016-11-18)

Repository
  
github.com/dtschump/gmic

G'MIC is a free and open-source framework for image processing. It defines a script language, that allow the creation of complex macros. Originally only usable through a command line interface, it is now currently mostly popular as a GIMP plugin. G'MIC is even supported by Krita. G'MIC is licensed under the CeCILL license.

Contents

Command line

G'MIC is primarily a script language callable from a shell. For example, to display an image:

This command displays the image contained in the file image.jpg and allows to zoom in to examine values.

G'MIC allows to apply several filters one after the other. For example, to crop and resize an image:

Gimp plugin

G'MIC is one of the most popular Gimp plugins. It contains several hundreds of different filters offering a preview and setting parameters.

G'MIC Online

Most of the filters available for the Gimp plugin are also available Online.

ZArt

ZArt is an graphical interface for real-time manipulation of webcam images.

libgmic

Libgmic is a C++ library to be linked to third-party applications.

References

G'MIC Wikipedia