Little Color Management System, a color matching method library (version 2)
LCMS is the Little Color Management System, a portable Color Matching Method (CMM) library which implements fast transforms between ICC profiles. Color management refers to techniques that ensure consistent color as images are transferred from scanners or cameras to monitors and printers.
LCMS is the Little Color Management System, a portable Color Matching Method (CMM) library which implements fast transforms between ICC profiles. Color management refers to techniques that ensure consistent color as images are transferred from scanners or cameras to monitors and printers.
To install lcms2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lcms2
To see what files were installed by lcms2, run:
port contents lcms2
To later upgrade lcms2, run:
sudo port selfupdate && sudo port upgrade lcms2
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.