mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
468c601157
* 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>
13 lines
616 B
Plaintext
13 lines
616 B
Plaintext
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
|