diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-11 01:13:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-11 01:13:26 +0800 |
commit | 902685c70b56deaca23b32a6a6ead8dc44d6c21e (patch) | |
tree | e80f011d9704e443baf35c1487df17d282ca369c /graphics/Makefile | |
parent | e7a363146be81e13c12c353003cc1b47c467a0ce (diff) | |
download | freebsd-ports-gnome-902685c70b56deaca23b32a6a6ead8dc44d6c21e.tar.gz freebsd-ports-gnome-902685c70b56deaca23b32a6a6ead8dc44d6c21e.tar.zst freebsd-ports-gnome-902685c70b56deaca23b32a6a6ead8dc44d6c21e.zip |
G'MIC stands for GREYC's Magic Image Converter. This project aims to:
* Define a minimal but powerful script language (G'MIC) dedicated to the
design of image processing pipelines.
* Provide an interpreter of this language (in C++), distributed as an
open-source module/library embeddable in third-party applications.
* Propose two binary tools embedding this interpreter :
o The command-line executable gmic to use the G'MIC framework from a shell.
o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image
retouching software GIMP.
WWW: http://gmic.sourceforge.net
PR: ports/154595
Submitted by: Mahmatkhanov Ruslan <cvs-src at yandex.ru>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9c1cedb6bc97..9c1093d50d10 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -252,6 +252,7 @@ SUBDIR += gimp-data-extras SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gap + SUBDIR += gimp-gmic-plugin SUBDIR += gimp-greycstoration SUBDIR += gimp-help SUBDIR += gimp-lqr-plugin |