1OyranosINTRO(3) Library Functions Manual OyranosINTRO(3)
2
3
4
6 Oyranos - Oyranos color management system (CMS)
7
9 Include the appropriate headers:
10 #include <oyranos.h>
11
12 and compile:
13 cc `oyranos-config --cflags` `oyranos-config --ldflags` mycode.c
14 -o myApp
15
16 A pkg-config file is provided as well.
17
19 The Oyranos color management system (CMS) is designed as a entry point
20 for color savy applications. In its current stage it configures profile
21 paths, sets default profiles, maps devices to profiles, sets a monitor
22 profile in X and uploads a vcgt tag. This means for instance all appliā
23 cations using Oyranos will use for incoming digital camera picture the
24 same profile and watch it through the same monitor profile.
25
26 For the future is planed to offer color conversions through a framework
27 inside Oyranos. Installation and selection of CMM's will then happen
28 transparently. Device profiles will be better supported. Options are
29 planed for HDR imagery handling.
30
32 A html documentation should come with your installation. Try otherwise
33
34 http://www.oyranos.org/doc/index.html
35
37 Kai-Uwe Behrmann (ku.b (at) gmx.de)
38
40 oyranos-config(3) oyranos-policy(1) oyranos-monitor(1)
41
43 at: http://sourceforge.net/tracker/?group_id=177017&atid=879553
44
45
46
47Oyranos December 09, 2009 OyranosINTRO(3)