Color Management

From SlackWiki
Revision as of 12:16, 16 July 2017 by Aeifn (talk | contribs)
Jump to navigation Jump to search

Color management and calibration software

  • colord-gtk
  • oyranos
  • gnome-color-manager
  • DisplayCAL
  • monica
  • cups-calibrate

Iccprofiles

Package with icc profiles kit.

Xcalib

xcalib is a tool for loading icc profile for monitor.


Colord

Homepage SBo

lprof

Homepage

Lprof does not included in slackbuilds repository.

Requires: qt3, Vigra

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.


Page on Archwiki dedicated to this problem

Page in progress.