Oyranos  0.9.7
Oyranos is a full featured Color Management System
Functions | Variables
oyranos_cmm_oyra.c File Reference

modules for Oyranos More...

#include "oyranos_config_internal.h"
#include "oyCMM_s.h"
#include "oyranos_cmm.h"
#include "oyranos_cmm_oyra.h"
#include "oyranos_helper.h"
#include "oyranos_icc.h"
#include "oyranos_i18n.h"
#include "oyranos_io.h"
#include "oyranos_definitions.h"
#include "oyranos_texts.h"
#include "oyranos_string.h"
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

Functions

int oyraCMMInit (oyStruct_s *filter OY_UNUSED)
 API requirement. More...
 
int oyraIconv (const char *input, size_t len, char *output, const char *from_codeset)
 convert between codesets More...
 
int oyraCMMMessageFuncSet (oyMessage_f message_func)
 API requirement. More...
 
const char * oyraGetText (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED)
 

Variables

oyCMM_s oyra_cmm_module
 oyra module infos More...
 

Detailed Description

modules for Oyranos

Oyranos is an open source Color Management System

Copyright:
2008-2014 (C) Kai-Uwe Behrmann

Function Documentation

int oyraCMMInit ( oyStruct_s *filter  OY_UNUSED)

API requirement.

Function oyraCMMInit

Version
Oyranos: 0.1.8
Since
2008/01/02 (Oyranos: 0.1.8)
Date
2009/12/17

Referenced by oyraApi4ImageChannelCreate(), oyraApi4ImageExposeCreate(), oyraApi4ImageScaleCreate(), oyraApi7ImageChannelCreate(), oyraApi7ImageExposeCreate(), and oyraApi7ImageScaleCreate().

int oyraCMMMessageFuncSet ( oyMessage_f  message_func)

API requirement.

Function oyraCMMMessageFuncSet

Version
Oyranos: 0.1.8
Date
2008/01/02
Since
2008/01/02 (Oyranos: 0.1.8)

Referenced by oyraApi4ImageChannelCreate(), oyraApi4ImageExposeCreate(), oyraApi4ImageScaleCreate(), oyraApi7ImageChannelCreate(), oyraApi7ImageExposeCreate(), and oyraApi7ImageScaleCreate().

const char* oyraGetText ( const char *  select,
oyNAME_e  type,
oyStruct_s *context  OY_UNUSED 
)
int oyraIconv ( const char *  input,
size_t  len,
char *  output,
const char *  from_codeset 
)

convert between codesets

Function oyraIconv

Version
Oyranos: 0.1.8
Date
2008/05/27
Since
2008/07/23 (Oyranos: 0.1.8)

Variable Documentation

oyCMM_s oyra_cmm_module
Initial value:
= {
0,0,0,
CMM_NICK,
"0.1.8",
(char**)oyra_texts,
&oyra_icon,
oyraInit
}
oyCMMapi4_s_ oyra_api4_image_root
Source in memory Image Node (only UI)
Definition: oyranos_cmm_oyra_image.c:1428
the basic API interface
Definition: oyCMMapi_s.h:88
#define OYRANOS_VERSION
Definition: oyranos_version.h:11
Definition: oyranos_object.h:161
const char * oyraGetText(const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED)
Definition: oyranos_cmm_oyra.c:119

oyra module infos

oyra_cmm_module

Version
Oyranos: 0.1.8
Since
2008/01/02 (Oyranos: 0.1.8)
Date
2008/01/02

Referenced by oyraGetText().