Searched refs:iccProfilePath (Results 1 – 3 of 3) sorted by relevance
101 opt.iccProfilePath = string(optarg); in Parse()162 std::cout << " iccProfilePath : " << iccProfilePath << endl; in Print()
167 ColorType clrType = encodeOpt_.iccProfilePath.length() > 0 ? PROF : NCLX; in CreateImgParam()225 if (encodeOpt_.iccProfilePath.length() > 0) { in FillImageItem()227 sharedProps[ICC_PROFILE] = encodeOpt_.iccProfilePath; in FillImageItem()
43 std::string iccProfilePath = ""; member