IccMAX 2.1.27
Color Profile Tools
|
#include <IccCmmConfig.h>
Public Member Functions | |
CIccCfgImageApply () | |
virtual | ~CIccCfgImageApply () |
int | fromArgs (const char **args, int nArg, bool bReset=false) |
bool | fromJson (json obj, bool bReset=false) |
void | reset () |
void | toJson (json &obj) const |
Data Fields | |
icDstBool | m_dstCompression |
icDstBool | m_dstEmbedIcc |
icFloatColorEncoding | m_dstEncoding |
std::string | m_dstImgFile |
icDstBool | m_dstPlanar |
std::string | m_srcImgFile |
CIccCfgImageApply::CIccCfgImageApply | ( | ) |
|
inlinevirtual |
int CIccCfgImageApply::fromArgs | ( | const char ** | args, |
int | nArg, | ||
bool | bReset = false |
||
) |
References icDstBoolFalse, icDstBoolTrue, m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, m_srcImgFile, and reset().
Referenced by main().
References icSetJsonFileEncoding(), jsonToValue(), jsonToValue(), m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, m_srcImgFile, and reset().
Referenced by main().
void CIccCfgImageApply::reset | ( | ) |
References icDstBoolFalse, icDstBoolTrue, m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, and m_srcImgFile.
Referenced by CIccCfgImageApply(), fromArgs(), and fromJson().
void CIccCfgImageApply::toJson | ( | json & | obj | ) | const |
References icGetJsonFileEncoding(), m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, m_srcImgFile, and setDstBool().
icDstBool CIccCfgImageApply::m_dstCompression |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icDstBool CIccCfgImageApply::m_dstEmbedIcc |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icFloatColorEncoding CIccCfgImageApply::m_dstEncoding |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
std::string CIccCfgImageApply::m_dstImgFile |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icDstBool CIccCfgImageApply::m_dstPlanar |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
std::string CIccCfgImageApply::m_srcImgFile |
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().