Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include "IccEncoding.h"
#include "IccProfile.h"
#include "IccTag.h"
#include "IccTagMPE.h"
#include "IccMpeBasic.h"
#include "IccCAM.h"
#include "IccUtil.h"
#include <string>
#include <time.h>
#include <cstring>
Go to the source code of this file.
Classes | |
class | CIccDefaultEncProfileCacheHandler |
class | CIccDefaultEncProfileConverter |
Functions | |
icStatusEncConvert | icConvertEncodingProfile (CIccProfilePtr &newIcc, CIccProfile *pEncodeIcc) |
static icFloatNumber | icGetParamFloatNum (CIccTagStruct *pParams, icColorEncodingParamsMemberSignature sig, icFloatNumber defaultValue=0) |
static void | icYxy2XYZVector (icFloatNumber *XYZ, icFloatNumber Y, icFloatNumber *xy, icUInt8Number idxOffset=1) |
Variables | |
static IIccEncProfileCacheHandler * | g_pEncProfileCacheHandler = NULL |
static IIccEncProfileConverter * | g_pEncProfileConverter = NULL |
icStatusEncConvert icConvertEncodingProfile | ( | CIccProfilePtr & | newIcc, |
CIccProfile * | pEncodeIcc ) |
Definition at line 534 of file IccEncoding.cpp.
References CIccTagStruct::AttachElem(), IIccEncProfileConverter::ConvertFromParams(), CIccTagStruct::DeleteElem(), CIccTagStruct::GetElemList(), IIccEncProfileCacheHandler::GetEncodingProfile(), IIccEncProfileCacheHandler::GetHandler(), IIccEncProfileConverter::GetHandler(), CIccTagUtf8Text::GetText(), icEncConvertBadBaseProfile, icEncConvertBadProfile, icEncConvertNoBaseProfile, icSigColorEncodingClass, icSigColorEncodingParamsTag, icSigColorSpaceNameTag, icSigReferenceNameTag, icSigTagStructType, icSigUtf8TextType, CIccTag::NewCopy(), and szName.
|
static |
Definition at line 125 of file IccEncoding.cpp.
References CIccTagStruct::FindElemOfType(), CIccTagFloatNum< T, Tsig >::GetSize(), icSigFloat32ArrayType, and sig.
|
static |
Definition at line 135 of file IccEncoding.cpp.
Referenced by CIccDefaultEncProfileConverter::ConvertFromParams().
|
static |
Definition at line 97 of file IccEncoding.cpp.
Referenced by IIccEncProfileCacheHandler::GetHandler(), and IIccEncProfileCacheHandler::SetEncCacheHandler().
|
static |
Definition at line 513 of file IccEncoding.cpp.
Referenced by IIccEncProfileConverter::GetHandler(), and IIccEncProfileConverter::SetEncProfileConverter().