[gegl] rgbe-load: add image/x-hdr mimetype



commit 5d609568bec67c3461445c89878fd40a94393809
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Sep 20 23:53:13 2016 +0200

    rgbe-load: add image/x-hdr mimetype

 operations/external/rgbe-load.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/rgbe-load.c b/operations/external/rgbe-load.c
index 386c5f3..53e9da2 100644
--- a/operations/external/rgbe-load.c
+++ b/operations/external/rgbe-load.c
@@ -139,9 +139,11 @@ gegl_op_class_init (GeglOpClass *klass)
     NULL);
 
   gegl_operation_handlers_register_loader (
+    ".hdr", "gegl:rgbe-load");
+  gegl_operation_handlers_register_loader (
     "image/vnd.radiance", "gegl:rgbe-load");
   gegl_operation_handlers_register_loader (
-    ".hdr", "gegl:rgbe-load");
+    "image/x-hdr", "gegl:rgbe-load");
   gegl_operation_handlers_register_loader (
     ".pic", "gegl:rgbe-load");
 }


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