logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

colormgr - Color Manager Testing Tool

Author

       This manual page was written by Richard Hughes <richard@hughsie.com>.

[FIXME: source]                                                                                      COLORMGR(1)

Commands

       This program takes commands with a variable number of arguments.

       create-devicedevice_idscope
           Create a device

       create-profileprofile_idscope
           Create a profile

       delete-devicedevice
           Deletes a device

       delete-profileprofile
           Deletes a profile

       device-add-profiledeviceprofile
           Add a profile to a device that already exists

       device-get-default-profiledevice
           Gets the default profile for a device

       device-get-profile-for-qualifierdevicequalifier
           Returns all the profiles that match a qualifier

       device-inhibitdevicetimeout
           Inhibits colour profiles for this device

       device-make-profile-defaultdeviceprofile
           Makes a profile default for a device

       device-set-enabled
           Enables or disables the device

       device-set-kinddevicekind
           Sets the device kind

       device-set-modeldevicemodel
           Sets the device model

       device-set-serialdeviceserial
           Sets the device serial

       device-set-vendordevicevendor
           Sets the device vendor

       find-devicedevice_id
           Find a device from the device ID

       find-device-by-propertykeyvalue
           Find a device with a given property value

       find-profileprofile_id
           Find a profile from the profile ID

       find-profile-by-filenamefilename
           Find a profile by filename

       get-devices
           Gets all the color managed devices

       get-devices-by-kindkind
           Gets all the color managed devices of a specific kind

       get-profiles
           Gets all the available color profiles

       get-sensor-readingdisplay_type
           Gets a reading from a sensor

       get-sensors
           Gets all the available colour sensors

       get-standard-spacestandard_space
           Get a standard colourspace

       import-profilefilename
           Copies an .icc file into the correct per-user directory and shows information about the imported
           profile.

       profile-set-propertyprofilenamevalue
           Sets extra properties on the profile

       sensor-lock
           Locks the colour sensor

       sensor-set-optionsnamevalue
           Sets one or more sensor options

Description

       This manual page documents briefly the colormgr command.

       colormgr allows an administrator to view and change color profile to device mappings.

Name

       colormgr - Color Manager Testing Tool

Options

       This program follows the usual GNU command line syntax, with long options starting with two dashes (‘-’).
       A summary of options is included below.

       --help
           Show summary of options.

Synopsis

colormgr [--verbose] [--version]

See Also