Jump to content

G'MIC

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Pkbwcgs (talk | contribs) at 19:31, 27 February 2018 (v1.43 - WP:WCW project (External link with two brackets - Interwiki link written as an external link or used as a reference.)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

G'MIC
Original author(s)GREYC Lab Groupe de recherche en informatique, image, automatique et instrumentation de Caen
Developer(s)GREYC Lab
Initial releaseJuly 18, 2016; 8 years ago (2016-07-18)
Stable release
2.0.3 / June 26, 2017; 7 years ago (2017-06-26)
Preview release
2.0.4_pre
Repository
Written inC++
Operating systemCross-platform
TypeImage manipulation
LicenseCeCILL
Websitegmic.eu

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

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%

Gimp plugin

G'MIC is one of the most popular Gimp plugins.[2] 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.[3]

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.

References

  1. ^ Williams, Mike. "G'MIC: the world's most flexible image processor?". Betanews.
  2. ^ Wallen, Jack. "G'MIC: An incredibly powerful filtering system for GIMP". TechRepublic. Retrieved 20 November 2014.
  3. ^ G'MIC Online