Color Management: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
[https://www.freedesktop.org/software/colord/ Homepage] | [https://www.freedesktop.org/software/colord/ Homepage] | ||
[https://slackbuilds.org/repository/14.2/system/colord/ SBo] | [https://slackbuilds.org/repository/14.2/system/colord/ SBo] | ||
Provides '''colormgr''' console utility for color management. | |||
colord-gtk - gtk library for colord | colord-gtk - gtk library for colord | ||
== xiccd == | == xiccd == | ||
Desktop color management daemon | Desktop color management daemon. | ||
It needed to import profiles into colord and apply them to monitor. | |||
If you use KDE or Gnome, you do not need xiccd. | |||
Depends on: colord | Depends on: colord | ||
Line 23: | Line 26: | ||
== gnome-color-manager == | == gnome-color-manager == | ||
Useful GUI for colormgr utility. | |||
== Iccprofiles == | == Iccprofiles == | ||
Line 33: | Line 34: | ||
== Xcalib == | == Xcalib == | ||
xcalib is a tool for loading icc profile for monitor. | xcalib is a tool for direct loading icc profile for monitor. | ||
== lprof == | == lprof == |
Revision as of 13:19, 17 July 2017
Color management and calibration software
- oyranos
- DisplayCAL
- monica
- cups-calibrate
Colord
Provides colormgr console utility for color management.
colord-gtk - gtk library for colord
xiccd
Desktop color management daemon. It needed to import profiles into colord and apply them to monitor. If you use KDE or Gnome, you do not need xiccd.
Depends on: colord
gnome-color-manager
Useful GUI for colormgr utility.
Iccprofiles
Package with common icc profiles collection from Adobe and ECI.
Xcalib
xcalib is a tool for direct loading icc profile for monitor.
lprof
Lprof does not included in slackbuilds repository.
Installation
Create directory for installation. In my case:
mkdir ~/software/lprof
In order to compile we need some tricks on source tree directory:
find . -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" | xargs sed -i 's/BOOL/bool/g' find . -iname "*.c" | xargs sed -i '/typedef long int bool/d' find . -iname "*.c" | xargs sed -i '1i typedef enum { FALSE, TRUE } bool;'
Then
scons PREFIX=~/software/lprof/ qt_directory=/opt/kde3/lib/qt3-3.3.8b/ install
Usage
We can use lprof to create icc profile for monitor or camera/scanner.
See also
Page on Archwiki dedicated to this problem
Open source display colorimeter
Page in progress.