1COLORMGR(1) User Commands COLORMGR(1)
2
3
4
6 colormgr - Color Manager Testing Tool
7
9 colormgr [--verbose] [--version]
10
12 This manual page documents briefly the colormgr command.
13
14 colormgr allows an administrator to view and change color profile to
15 device mappings.
16
18 This program follows the usual GNU command line syntax, with long
19 options starting with two dashes (‘-’). A summary of options is
20 included below.
21
22 --help
23 Show summary of options.
24
26 This program takes commands with a variable number of arguments.
27
28 create-device device_id scope
29 Create a device
30
31 create-profile profile_id scope
32 Create a profile
33
34 delete-device device
35 Deletes a device
36
37 delete-profile profile
38 Deletes a profile
39
40 device-add-profile device profile
41 Add a profile to a device that already exists
42
43 device-get-default-profile device
44 Gets the default profile for a device
45
46 device-get-profile-for-qualifier device qualifier
47 Returns all the profiles that match a qualifier
48
49 device-inhibit device timeout
50 Inhibits colour profiles for this device
51
52 device-make-profile-default device profile
53 Makes a profile default for a device
54
55 device-set-enabled
56 Enables or disables the device
57
58 device-set-kind device kind
59 Sets the device kind
60
61 device-set-model device model
62 Sets the device model
63
64 device-set-serial device serial
65 Sets the device serial
66
67 device-set-vendor device vendor
68 Sets the device vendor
69
70 find-device device_id
71 Find a device from the device ID
72
73 find-device-by-property key value
74 Find a device with a given property value
75
76 find-profile profile_id
77 Find a profile from the profile ID
78
79 find-profile-by-filename filename
80 Find a profile by filename
81
82 get-devices
83 Gets all the color managed devices
84
85 get-devices-by-kind kind
86 Gets all the color managed devices of a specific kind
87
88 get-profiles
89 Gets all the available color profiles
90
91 get-sensor-reading display_type
92 Gets a reading from a sensor
93
94 get-sensors
95 Gets all the available colour sensors
96
97 get-standard-space standard_space
98 Get a standard colourspace
99
100 import-profile filename
101 Copies an .icc file into the correct per-user directory and shows
102 information about the imported profile.
103
104 profile-set-property profile name value
105 Sets extra properties on the profile
106
107 sensor-lock
108 Locks the colour sensor
109
110 sensor-set-options name value
111 Sets one or more sensor options
112
114 This manual page was written by Richard Hughes <richard@hughsie.com>.
115
116
117
118[FIXME: source] COLORMGR(1)