![]() |
Oyranos Color Management System API - Version 0.9.6 |
pure text handling functions More...
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iconv.h>
#include "oyProfiles_s.h"
#include "oyCMMapi4_s.h"
#include "oyCMMapiFilter_s_.h"
#include "oyranos_db.h"
#include "oyranos_config_internal.h"
#include "oyranos.h"
#include "oyranos_debug.h"
#include "oyranos_helper.h"
#include "oyranos_internal.h"
#include "oyranos_io.h"
#include "oyranos_sentinel.h"
#include "oyranos_xml.h"
#include "oyranos_string.h"
Functions | |
char ** | oyGetCMMs (oyCMM_e type, int name_type, uint32_t flags, oyAlloc_f allocate_func) |
Get a CMM list as strings. | |
char * | oyCMMRegistrationToName (const char *registration, oyCMM_e type, int name_type, uint32_t flags, oyAlloc_f allocate_func) |
Get a CMM string. | |
char * | oyCMMNameToRegistration (const char *name, oyCMM_e type, int name_type, uint32_t flags, oyAlloc_f allocate_func) |
Get a CMM registration from UI string. | |
char * | oyGetCMMPattern (oyCMM_e type, uint32_t flags, oyAlloc_f allocate_func) |
Get a default CMM. | |
int | oySetCMMPattern (oyCMM_e type, uint32_t flags, oySCOPE_e scope, const char *pattern) |
set a CMM as default | |
uint32_t | oyICCProfileSelectionFlagsFromRegistration (const char *registration) |
Get flags for oyProfile_FromFile() and friends. | |
int | oyGetPersistentStrings (const char *top_key_name) |
cache strings from DB | |
char * | oyGetPersistentString (const char *key_name, uint32_t flags, oySCOPE_e scope, oyAlloc_f alloc_func) |
get a cached string from DB | |
int | oySetPersistentString (const char *key_name, oySCOPE_e scope, const char *value, const char *comment) |
set string into DB and cache |
pure text handling functions
Oyranos is an open source Color Management System