[gegl] operations/external/raw-load: Handle Sony's ARW files



commit 2809153cff37c131e698650f62ab68c15604615a
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 12 00:28:22 2017 +0100

    operations/external/raw-load: Handle Sony's ARW files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771961

 operations/external/raw-load.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/raw-load.c b/operations/external/raw-load.c
index f493e85..ecf0859 100644
--- a/operations/external/raw-load.c
+++ b/operations/external/raw-load.c
@@ -285,7 +285,12 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_handlers_register_loader (
     ".cr2", "gegl:raw-load");
 
-  done = TRUE;
+  gegl_operation_handlers_register_loader (
+    "image/x-sony-arw", "gegl:raw-load");
+  gegl_operation_handlers_register_loader (
+    ".arw", "gegl:raw-load");
+
+ done = TRUE;
 }
 
 #endif


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