![]() |
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. More... | |
| char * | oyCMMRegistrationToName (const char *registration, oyCMM_e type, int name_type, uint32_t flags, oyAlloc_f allocate_func) |
| Get a CMM string. More... | |
| 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. More... | |
| char * | oyGetCMMPattern (oyCMM_e type, uint32_t flags, oyAlloc_f allocate_func) |
| Get a default CMM. More... | |
| int | oySetCMMPattern (oyCMM_e type, uint32_t flags, oySCOPE_e scope, const char *pattern) |
| set a CMM as default More... | |
| uint32_t | oyICCProfileSelectionFlagsFromRegistration (const char *registration) |
| Get flags for oyProfile_FromFile() and friends. More... | |
| int | oyGetPersistentStrings (const char *top_key_name) |
| cache strings from DB More... | |
| char * | oyGetPersistentString (const char *key_name, uint32_t flags, oySCOPE_e scope, oyAlloc_f alloc_func) |
| get a cached string from DB More... | |
| int | oySetPersistentString (const char *key_name, oySCOPE_e scope, const char *value, const char *comment) |
| set string into DB and cache More... | |
pure text handling functions
Oyranos is an open source Color Management System