hughsie / colord

Making color management just work
GNU General Public License v2.0
74 stars 50 forks source link

colord

colord is a system service that makes it easy to manage, install and generate color profiles to accurately color manage input and output devices.

This functionality is implemented as a system activated daemon called colord. Being system activated means that it's only started when the user is using a text mode or graphical tool.

What colord does:

See the website for more details.

Compiling for Linux

Ensure the following packages are installed:

Then just do mkdir build && cd build && meson --prefix=/usr .. && ninja

Compiling for Microsoft Windows

Contributing

Patches are accepted in form of pull requests for repository https://github.com/hughsie/colord