[gegl] exr-load: use BABL_SPACE_FLAG_EQUALIZE
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] exr-load: use BABL_SPACE_FLAG_EQUALIZE
- Date: Wed, 11 Jul 2018 21:08:16 +0000 (UTC)
commit 7b2a4848926d8aa008ed657b98bfae3c9861a509
Author: Øyvind Kolås <pippin gimp org>
Date: Wed Jul 11 23:06:09 2018 +0200
exr-load: use BABL_SPACE_FLAG_EQUALIZE
operations/external/exr-load.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/external/exr-load.cpp b/operations/external/exr-load.cpp
index 5758fda13..1b72782b4 100644
--- a/operations/external/exr-load.cpp
+++ b/operations/external/exr-load.cpp
@@ -556,7 +556,7 @@ query_exr (const gchar *path,
{
const Chromaticities &c2 = chromaticities (file.header());
space = babl_chromaticities_make_space
- (NULL, c2.white[0], c2.white[1], c2.red[0], c2.red[1], c2.green[0], c2.green[1], c2.blue[0], c2.blue[1],
babl_trc ("sRGB"), babl_trc ("sRGB"), babl_trc ("sRGB"), 1);
+ (NULL, c2.white[0], c2.white[1], c2.red[0], c2.red[1], c2.green[0], c2.green[1], c2.blue[0], c2.blue[1],
babl_trc ("sRGB"), babl_trc ("sRGB"), babl_trc ("sRGB"), BABL_SPACE_FLAG_EQUALIZE);
}
if (ch.findChannel ("R") || ch.findChannel ("G") || ch.findChannel ("B"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]