Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
OyranosINTRO(3) 	    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 in-
     side  Oyranos.  Installation and selection of CMM's will then happen trans-
     parently. 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 09, 2009		 OyranosINTRO(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=oyranos&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help