![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
#include "oyFilterCore_s.h"#include "oyOptions_s.h"#include "oyFilterPlug_s.h"#include "oyPixelAccess_s.h"Macros | |
| #define | oyCOLOR_ICC_DEVICE_LINK "oyDL" |
| #define | OY_FILTEREDGE_FREE 0x01 |
| #define | OY_FILTEREDGE_CONNECTED 0x02 |
| #define | OY_FILTEREDGE_LASTTYPE 0x04 |
Enumerations | |
| enum | oyCMMQUERY_e { oyQUERY_OYRANOS_COMPATIBILITY, oyQUERY_PROFILE_FORMAT = 20, oyQUERY_PROFILE_TAG_TYPE_READ, oyQUERY_PROFILE_TAG_TYPE_WRITE } |
| CMM capabilities query enum. More... | |
| enum | oyCONNECTOR_EVENT_e { oyCONNECTOR_EVENT_OK, oyCONNECTOR_EVENT_CONNECTED, oyCONNECTOR_EVENT_RELEASED, oyCONNECTOR_EVENT_DATA_CHANGED, oyCONNECTOR_EVENT_STORAGE_CHANGED, oyCONNECTOR_EVENT_INCOMPATIBLE_DATA, oyCONNECTOR_EVENT_INCOMPATIBLE_OPTION, oyCONNECTOR_EVENT_INCOMPATIBLE_CONTEXT, oyCONNECTOR_EVENT_INCOMPLETE_GRAPH } |
| Connector events types. More... | |
| enum | oyFILTER_REG_MODE_e { , oyFILTER_REG_MODE_STRIP_IMPLEMENTATION_ATTR = 0x0100 } |
Functions | |
| int | oyFilterPlug_ImageRootRun (oyFilterPlug_s *requestor_plug, oyPixelAccess_s *ticket) |
| implement oyCMMFilter_GetNext_f() More... | |
| char | oyFilterRegistrationModify (const char *registration, oyFILTER_REG_MODE_e mode, char **result, oyAlloc_f allocateFunc) |
| process a registration string More... | |
[Template file inheritance graph] +– oyranos_module.template.h
Oyranos is an open source Color Management System
| #define OY_FILTEREDGE_CONNECTED 0x02 |
list connected edges
| #define OY_FILTEREDGE_FREE 0x01 |
list free edges
| #define OY_FILTEREDGE_LASTTYPE 0x04 |
list last type edges
| #define oyCOLOR_ICC_DEVICE_LINK "oyDL" |
A color transformation in the format of a ICC device link profile.
| char oyFilterRegistrationModify | ( | const char * | registration, |
| oyFILTER_REG_MODE_e | mode, | ||
| char ** | result, | ||
| oyAlloc_f | allocateFunc | ||
| ) |
process a registration string
A semantical overview is given in Backend Modules.
| [in] | registration | registration key |
| [in] | mode | the processing rule |
| [out] | result | allocated by allocateFunc |
| [in] | allocateFunc | optional user allocator; defaults to oyAllocateFunc_ |
1.8.13