Issue 2846: Filter preview through output profile when using a monitor profile.
- Removed the "Rendering intent" setting from Preferences, - Hard-code "relative colorimetric" intent everywhere, - Filter through output profile before filtering through monitor profile if using a monitor profile, - If not using a monitor profile, a direct sRGB conversion is done,
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
#define EXIF M_VOID
|
||||
#define IPTC M_VOID
|
||||
#define DIRPYREQUALIZER (M_COLOR|M_LUMINANCE)
|
||||
#define OUTPUTPROFILE (M_COLOR|M_LUMINANCE)
|
||||
#define OUTPUTPROFILE (M_INIT|M_COLOR|M_LUMINANCE)
|
||||
#define INPUTPROFILE WHITEBALANCE
|
||||
#define GAMMA (M_COLOR|M_LUMINANCE)
|
||||
#define MINUPDATE M_MINUPDATE
|
||||
|
Reference in New Issue
Block a user