Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
File: IccWrapper.h. More...
Go to the source code of this file.
Classes | |
class | CIccCmmEnvVarsWrapper |
class | CIccCmmEnvVarWrapperHint |
File: IccWrapper.h.
Contains: Header file for C Wrapper interface functions for CIccProfile and CIccCmm classes.
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccWrapper.cpp.
icStatusCMM IccApplyApplyFloat | ( | CIccApplyHandle * | pApply, |
icFloatNumber * | pTo, | ||
icFloatNumber * | pFrom ) |
Definition at line 257 of file IccWrapper.cpp.
References icCmmStatBad.
icStatusCMM IccApplyApplyFloatMulti | ( | CIccApplyHandle * | pApply, |
icFloatNumber * | pTo, | ||
icFloatNumber * | pFrom, | ||
icUInt32Number | nPixels ) |
Definition at line 267 of file IccWrapper.cpp.
References icCmmStatBad.
void IccApplyFree | ( | CIccApplyHandle * | pApply | ) |
Definition at line 277 of file IccWrapper.cpp.
icStatusCMM IccCmmApplyFloat | ( | CIccCmmHandle * | pCmm, |
icFloatNumber * | pTo, | ||
icFloatNumber * | pFrom ) |
Definition at line 229 of file IccWrapper.cpp.
References icCmmStatBad.
icStatusCMM IccCmmApplyFloatMulti | ( | CIccCmmHandle * | pCmm, |
icFloatNumber * | pTo, | ||
icFloatNumber * | pFrom, | ||
icUInt32Number | nPixels ) |
Definition at line 239 of file IccWrapper.cpp.
References icCmmStatBad.
icStatusCMM IccCmmAttachProfileFile | ( | CIccCmmHandle * | pCmm, |
const char * | szFname, | ||
icRenderingIntent | nIntent, | ||
icXformInterp | nInterp, | ||
CIccProfileHandle * | pPcc, | ||
icXformLutType | nLutType, | ||
unsigned char | bUseDtoBTags, | ||
unsigned char | bUseBPC, | ||
SIccCmmEnvVars * | pVars ) |
Definition at line 131 of file IccWrapper.cpp.
References icCmmStatBad.
icStatusCMM IccCmmAttachProfileHandle | ( | CIccCmmHandle * | pCmm, |
CIccProfileHandle * | pProfile, | ||
icRenderingIntent | nIntent, | ||
icXformInterp | nInterp, | ||
CIccProfileHandle * | pPcc, | ||
icXformLutType | nLutType, | ||
unsigned char | bUseDtoBTags, | ||
unsigned char | bUseBPC, | ||
SIccCmmEnvVars * | pVars ) |
Definition at line 162 of file IccWrapper.cpp.
References icCmmStatBad.
icStatusCMM IccCmmBegin | ( | CIccCmmHandle * | pCmm | ) |
Definition at line 194 of file IccWrapper.cpp.
References icCmmStatBad.
CIccCmmHandle * IccCmmCreate | ( | icColorSpaceSignature | srcSpace, |
icColorSpaceSignature | dstSpace, | ||
unsigned char | bFirstIsInput ) |
Definition at line 126 of file IccWrapper.cpp.
void IccCmmFree | ( | CIccCmmHandle * | pCmm | ) |
Definition at line 249 of file IccWrapper.cpp.
CIccApplyHandle * IccCmmGetApply | ( | CIccCmmHandle * | pCmm | ) |
Definition at line 204 of file IccWrapper.cpp.
icStatusCMM IccCmmGetInfo | ( | CIccCmmHandle * | pCmm, |
SIccCmmStruct * | pCmmInfo ) |
Definition at line 214 of file IccWrapper.cpp.
References SIccCmmStruct::dstSamples, SIccCmmStruct::dstSpace, icCmmStatBad, icCmmStatOk, SIccCmmStruct::srcSamples, and SIccCmmStruct::srcSpace.
void IccProfileFree | ( | CIccProfileHandle * | pProfile | ) |
Definition at line 306 of file IccWrapper.cpp.
icBoolean IccProfileGetHeader | ( | CIccProfileHandle * | pProfile, |
icHeader * | pHeader ) |
Definition at line 294 of file IccWrapper.cpp.
CIccProfileHandle * IccProfileOpenHandle | ( | const char * | szFname | ) |
Definition at line 290 of file IccWrapper.cpp.
References OpenIccProfile().
CIccProfileHandle * IccProfileReadHandle | ( | const char * | szFname | ) |
Definition at line 285 of file IccWrapper.cpp.
References ReadIccProfile().