![]() |
Oyranos Color Management System API - Version 0.9.6 |
#include "oyranos_helper.h"
#include "oyranos_i18n.h"
#include "oyranos_icc.h"
#include "oyranos_image.h"
#include "oyranos_io.h"
#include "oyranos_texts.h"
#include <dlfcn.h>
#include <math.h>
Functions | |
int | oyICCColorSpaceGetChannelCount (icColorSpaceSignature color) |
number of channels in a color space | |
icColorSpaceSignature * | oyICCGetColorSpaceWithChannelCount (int channels_n) |
get color spaces using a certain number of channels | |
const char * | oyICCColorSpaceGetName (icColorSpaceSignature sig) |
name of a color space | |
const oyChar * | oyICCColorSpaceGetChannelName (icColorSpaceSignature sig, int pos, int type) |
channel names of a color space | |
oyCHANNELTYPE_e | oyICCColorSpaceToChannelLayout (icColorSpaceSignature sig, int pos) |
describe a channels characteristic | |
const oyChar * | oyICCTagDescription (icTagSignature sig) |
get tag description | |
const oyChar * | oyICCTagName (icTagSignature sig) |
get tag ~4 char name | |
const oyChar * | oyICCDeviceClassDescription (icProfileClassSignature sig) |
get the ICC profile icProfileClassSignature description | |
const oyChar * | oyICCPlatformDescription (icPlatformSignature platform) |
get the ICC profile platform description | |
const char * | oyICCCmmDescription (icSignature sig) |
get the ICC profile CMM description | |
const oyChar * | oyICCTagTypeName (icTagTypeSignature sig) |
get tag type ~4 char name | |
const oyChar * | oyICCTechnologyDescription (icTechnologySignature sig) |
get ICC profile icTechnologySignature description | |
const oyChar * | oyICCChromaticityColorantDescription (icSignature sig) |
get ICC profile Chromaticity Colorant description | |
const oyChar * | oyICCIlluminantDescription (icIlluminant sig) |
get ICC profile illuminant description | |
const oyChar * | oyICCStandardObserverDescription (icStandardObserver sig) |
get ICC profile Standard Observer description | |
const oyChar * | oyICCMeasurementGeometryDescription (icMeasurementGeometry sig) |
get ICC profile Measurement Geometry description | |
const oyChar * | oyICCMeasurementFlareDescription (icMeasurementFlare sig) |
get ICC profile Measurement Flare description |
Oyranos is an open source Color Management System