DragonFly On-Line Manual Pages
OyranosINTRO(3) DragonFly Library Functions Manual OyranosINTRO(3)
NAME
Oyranos - Oyranos color management system (CMS)
SYNOPSIS
Include the appropriate headers:
#include <oyranos.h>
and compile:
cc `oyranos-config --cflags` `oyranos-config --ldflags` mycode.c
-o myApp
A pkg-config file is provided as well.
DESCRIPTION
The Oyranos color management system (CMS) is designed as a entry point
for color savy applications. In its current stage it configures profile
paths, sets default profiles, maps devices to profiles, sets a monitor
profile in X and uploads a vcgt tag. This means for instance all
applications using Oyranos will use for incoming digital camera picture
the same profile and watch it through the same monitor profile.
For the future is planed to offer color conversions through a framework
inside Oyranos. Installation and selection of CMM's will then happen
transparently. Device profiles will be better supported. Options are
planed for HDR imagery handling.
API DESCRIPTION
A html documentation should come with your installation. Try otherwise
http://www.oyranos.org/doc/index.html
AUTHOR
Kai-Uwe Behrmann (ku.b (at) gmx.de)
SEE ALSO
oyranos-config(3) oyranos-policy(1) oyranos-monitor(1)
BUGS
at: http://sourceforge.net/tracker/?group_id=177017&atid=879553
Oyranos December 9, 2009 OyranosINTRO(3)