[gimp] plug-ins: Actually export to linear sRGB from darktable



commit b360d5a678fce727e0854333df170c739ba75144
Author: Tobias Ellinghaus <me houz org>
Date:   Tue Apr 19 02:29:29 2016 +0100

    plug-ins: Actually export to linear sRGB from darktable

 plug-ins/file-darktable/file-darktable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-darktable/file-darktable.c b/plug-ins/file-darktable/file-darktable.c
index 452e865..d778e35 100644
--- a/plug-ins/file-darktable/file-darktable.c
+++ b/plug-ins/file-darktable/file-darktable.c
@@ -225,7 +225,7 @@ load_image (const gchar  *filename,
       "darktable",
       "--library", ":memory:",
       "--luacmd",  lua_cmd,
-      "--conf",    "plugins/lighttable/export/iccprofile=linear_rec709_rgb",
+      "--conf",    "plugins/lighttable/export/icctype=3",
       "--conf",    export_filename,
       (gchar *) filename,
       NULL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]