Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
582 B
Text
10 lines
582 B
Text
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.
|