OpenIcc/ColorManagementNearX

Tomas Carnecky's proposal is to be found here: Color Management near X.

This page is dedicated to collect informations about the ongoing OpenIcc / GSoC project. The project is continued in the net-color spec and libXcm as of 2010.

Features

Limitations

TODO

Building

Required to build and run the project are compiz, lcms, xfixes, cairo and a running compositing environment. All of this is part of modern Linux distributions. Depending on your distribution, you might need to install the according xxx-devel packages.

Build the project with:

Update later with: git pull

The color plug-in appears in the compiz-fusion plug-in manager and must be activated. It is about the last entry in the list. A cairo based test application is included and called client. To run the sample client, first 'export LD_LIBRARY_PATH=.' and then run ./client from the root directory of the project (this is because the client now depends on the libXcolor.so library).

References