Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccCmmConfig.h>
Public Member Functions | |
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 |
virtual | ~CIccCfgImageApply () |
Public Attributes | |
icDstBool | m_dstCompression |
icDstBool | m_dstEmbedIcc |
icFloatColorEncoding | m_dstEncoding |
std::string | m_dstImgFile |
icDstBool | m_dstPlanar |
std::string | m_srcImgFile |
Definition at line 53 of file IccCmmConfig.h.
CIccCfgImageApply::CIccCfgImageApply | ( | ) |
Definition at line 309 of file IccCmmConfig.cpp.
References reset().
|
inlinevirtual |
Definition at line 57 of file IccCmmConfig.h.
int CIccCfgImageApply::fromArgs | ( | const char ** | args, |
int | nArg, | ||
bool | bReset = false ) |
Definition at line 345 of file IccCmmConfig.cpp.
References icDstBoolFalse, icDstBoolTrue, m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, m_srcImgFile, and reset().
Referenced by main().
bool CIccCfgImageApply::fromJson | ( | json | obj, |
bool | bReset = false ) |
Definition at line 395 of file IccCmmConfig.cpp.
References icSetJsonFileEncoding(), jsonToValue(), m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, m_srcImgFile, and reset().
Referenced by main().
void CIccCfgImageApply::reset | ( | ) |
Definition at line 335 of file IccCmmConfig.cpp.
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 |
Definition at line 417 of file IccCmmConfig.cpp.
References icGetJsonFileEncoding(), m_dstCompression, m_dstEmbedIcc, m_dstEncoding, m_dstImgFile, m_dstPlanar, m_srcImgFile, and setDstBool().
icDstBool CIccCfgImageApply::m_dstCompression |
Definition at line 67 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icDstBool CIccCfgImageApply::m_dstEmbedIcc |
Definition at line 69 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icFloatColorEncoding CIccCfgImageApply::m_dstEncoding |
Definition at line 66 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
std::string CIccCfgImageApply::m_dstImgFile |
Definition at line 65 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
icDstBool CIccCfgImageApply::m_dstPlanar |
Definition at line 68 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().
std::string CIccCfgImageApply::m_srcImgFile |
Definition at line 64 of file IccCmmConfig.h.
Referenced by fromArgs(), fromJson(), main(), reset(), and toJson().