![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
#include <string.h>#include <math.h>#include <oyranos_object.h>#include <oyranos_helper.h>#include <oyranos_debug.h>#include <oyranos_i18n.h>#include <oyranos_string.h>Functions | |
| int | oyTextIccDictMatch (const char *text, const char *pattern, double delta, char path_separator, char key_separator) |
| analyse a string and compare with a given pattern More... | |
[Template file inheritance graph] +– oyranos_object_internal.template.h
Oyranos is an open source Color Management System
| int oyTextIccDictMatch | ( | const char * | text, |
| const char * | pattern, | ||
| double | delta, | ||
| char path_separator | OY_UNUSED, | ||
| char | key_separator | ||
| ) |
analyse a string and compare with a given pattern
Function oyTextIccDictMatch The rules are described in the ICC meta tag dict type at http://www.color.org ICCSpecRevision_25-02-10_dictType.pdf
| text | value string |
| pattern | pattern to compare with |
| delta | say how far a difference can drift |
| path_separator | ignored |
| key_separator | split text and pattern by a char; usually comma - ',' |
1.8.13