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

◆ oyraCMMInit()

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

◆ oyraCMMMessageFuncSet()

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)

◆ oyraGetText()

const char* oyraGetText ( const char *  select,
oyNAME_e  type,
oyStruct_s *context  OY_UNUSED 
)

This function implements oyCMMinfoGetText_f.

Version
Oyranos: 0.1.10
Since
2008/12/23 (Oyranos: 0.1.10)
Date
2008/12/23

◆ oyraIconv()

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

◆ oyra_cmm_module

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

oyra module infos

@instance oyra_cmm_module

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