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

modules for Oyranos More...

#include "oyranos_config_internal.h"
#include "oyCMM_s.h"
#include "oyranos_cmm.h"
#include "oyranos_cmm_oyIM.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 oyIMCMMInit (oyStruct_s *filter OY_UNUSED)
 API requirement. More...
 
int oyIMIconv (const char *input, size_t len, char *output, const char *from_codeset)
 convert between codesets More...
 
int oyIMCMMMessageFuncSet (oyMessage_f message_func)
 API requirement. More...
 
const char * oyIMInfoGetText (const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED)
 

Variables

oyCMM_s oyIM_cmm_module
 oyIM 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 oyIMCMMInit ( oyStruct_s *filter  OY_UNUSED)

API requirement.

oyIMCMMInit

Version
Oyranos: 0.1.8
Since
2008/01/02 (Oyranos: 0.1.8)
Date
2009/12/17
int oyIMCMMMessageFuncSet ( oyMessage_f  message_func)

API requirement.

oyIMCMMMessageFuncSet

Version
Oyranos: 0.1.8
Date
2008/01/02
Since
2008/01/02 (Oyranos: 0.1.8)
int oyIMIconv ( const char *  input,
size_t  len,
char *  output,
const char *  from_codeset 
)

convert between codesets

oyIMIconv

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

Referenced by oyIMProfileTag_GetValues().

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

This function implements oyCMMGetText_f.

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

References oyNAME_NAME, oyNAME_NICK, and oyOBJECT_ICON_S.

Variable Documentation

oyCMM_s oyIM_cmm_module
Initial value:
= {
0,0,0,
CMM_NICK,
"0.9.7",
(char**)oyIM_texts,
&oyIM_icon,
NULL
}
const char * oyIMInfoGetText(const char *select, oyNAME_e type, oyStruct_s *context OY_UNUSED)
Definition: oyranos_cmm_oyIM.c:118
oyCMMapi3_s_ oyIM_api3
oyIM oyCMMapi3_s implementations
Definition: oyranos_cmm_oyIM_profile.c:3079
the basic API interface
Definition: oyCMMapi_s.h:88
#define OYRANOS_VERSION
Definition: oyranos_version.h:11
Definition: oyranos_object.h:161

oyIM module infos

oyIM_cmm_module

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