| 2906 | } |
| 2907 | |
| 2908 | void Config::IdentifyInterchangeSpace(const char ** srcInterchange, |
| 2909 | const char ** builtinInterchange, |
| 2910 | const ConstConfigRcPtr & srcConfig, |
| 2911 | const char * srcColorSpaceName, |
| 2912 | const ConstConfigRcPtr & builtinConfig, |
| 2913 | const char * builtinColorSpaceName) |
| 2914 | { |
| 2915 | // This will throw if it is unable to identify the interchange spaces. |
| 2916 | ConfigUtils::IdentifyInterchangeSpace(srcInterchange, |
| 2917 | builtinInterchange, |
| 2918 | srcConfig, |
| 2919 | srcColorSpaceName, |
| 2920 | builtinConfig, |
| 2921 | builtinColorSpaceName); |
| 2922 | } |
| 2923 | |
| 2924 | const char * Config::IdentifyBuiltinColorSpace(const ConstConfigRcPtr & srcConfig, |
| 2925 | const ConstConfigRcPtr & builtinConfig, |