Let users select RGB Input ICC profiles for output profiles
as requested there https://discuss.pixls.us/t/rawtherapee-restriction-on-user-chosen-output-profile/5301 (no issue)
This commit is contained in:
@@ -501,7 +501,9 @@ public:
|
||||
)
|
||||
||(
|
||||
type==ICCStore::ProfileType::OUTPUT
|
||||
&& (cmsGetDeviceClass(profile.second) == cmsSigDisplayClass || cmsGetDeviceClass(profile.second) == cmsSigOutputClass)
|
||||
&& (cmsGetDeviceClass(profile.second) == cmsSigDisplayClass
|
||||
|| cmsGetDeviceClass(profile.second) == cmsSigInputClass
|
||||
|| cmsGetDeviceClass(profile.second) == cmsSigOutputClass)
|
||||
&& cmsGetColorSpace(profile.second) == cmsSigRgbData
|
||||
)
|
||||
) {
|
||||
|
Reference in New Issue
Block a user