xcm

Color management utility for X

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

Installation

nimble install xcm
choosenim install xcm
git clone https://github.com/SolitudeSF/xcm

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
xcm - - - - - - -

Source

Repository https://github.com/SolitudeSF/xcm
Homepage https://github.com/SolitudeSF/xcm
Registry Source nimble_official

README

xcm

Color management CLI application. Allows setting arbitrary color transformation matrix, saturation, degamma, preset and custom regamma values.

Installation

nimble install xcm

Required dependencies are x11, xrandr and libdrm.

Example usage

xcm saturation 2
xcm regamma 1 2 3
xcm degamma linear
xcm matrix 0 0 0 1 1 0 0 0 1

CLI interface is using cligen, so you can abbreviate any command and option like this:

xcm s 2
xcm d l