Taking care of backward compatibility for new output profiles
see #4478
This commit is contained in:
@@ -272,7 +272,7 @@ private:
|
||||
}
|
||||
|
||||
#else
|
||||
profile = "RT_sRGB";
|
||||
profile = options.rtSettings.srgb;
|
||||
#endif
|
||||
|
||||
#if !defined(__APPLE__) // monitor profile not supported on apple
|
||||
|
Reference in New Issue
Block a user