G'MIC is an interpreter of image processing macros (C++ library).
G'MIC stands for GREYC's Magic Image Converter. It is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets. This includes classical color images, but also more complex data as image sequences or 3D volumetric images.
G'MIC stands for GREYC's Magic Image Converter. It is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets. This includes classical color images, but also more complex data as image sequences or 3D volumetric images.
To install gmic-lib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gmic-lib
To see what files were installed by gmic-lib, run:
port contents gmic-lib
To later upgrade gmic-lib, run:
sudo port selfupdate && sudo port upgrade gmic-lib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.