A reference implementation of the X Color Management specification https://github.com/oyranos-cms/libxcm
Go to file
2024-01-06 03:40:16 +01:00
libXcm.spec update to 0.5.4 [release 0.5.4-1mamba;Mon Dec 27 2021] 2024-01-06 03:40:16 +01:00
README.md package created by autospec [release 0.5.1-1mamba;Tue Oct 16 2012] 2024-01-06 03:40:15 +01:00

libXcm

The libXcm library contains a reference implementation of the X Color Management specification. The X Color Management specification allows to attach colour regions to X windows to communicate with colour servers. The XcmDDC API can be used to fetch a EDID data block from a monitor over a i2c communication. On Linux typical the i2c-dev module must be loaded to use this hardware data channel. The device nodes must obtain rights accessible to normal users. The XcmEdidParse API is for parsing EDID data blocks. A small example application is included. The XcmEvents API allowes to easily observe X11 colour management events. The included xcmsevents makes use of the XcmEvents API.