Little Color Management System, a color matching method library
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 lcms, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lcms
To see what files were installed by lcms, run:
port contents lcms
To later upgrade lcms, run:
sudo port selfupdate && sudo port upgrade lcms
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.