This tool converts Argyll .ccss (Colorimeter Calibration Spectral Set) files to the X-Rite .edr format.
The motivation is to get more accurate color calibration using the i1Display Pro (i1d3) colorimeter in software that uses the X-Rite SDK, like Calman or X-Rite i1Profiler. The SDK ships with some generic EDRs that may not accurately match the spectral distribution of your display. Converting a .ccss correction file for your specific device (for example, from the DisplayCAL corrections database) and replacing the generic EDR should yield better results.
- Install Python 3.9+
- Install Poetry
- Run
poetry install
- Run
poetry run ccss2edr in.ccss out.edr
to convert the CCSS filein.ccss
in the current working directory toout.edr