[gimp] Bug 792453: Extend the raw data import plugin to open...



commit 9799032e4f763001f3c71468186c7d2d80f78a59
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Fri Jan 12 17:16:37 2018 +0100

    Bug 792453: Extend the raw data import plugin to open...
    
    ... .hdr files (RGBE images)
    
    Expose in GIMP GEGL RGBE file support

 plug-ins/common/file-gegl.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c
index 1d8bf2e..a039973 100644
--- a/plug-ins/common/file-gegl.c
+++ b/plug-ins/common/file-gegl.c
@@ -70,6 +70,19 @@ static gboolean save_image (const gchar      *filename,
 static const FileFormat file_formats[] =
 {
   {
+    N_("Radiance RGBE"),
+    "image/vnd.radiance",
+    "hdr",
+    "0,string,?#RADIANCE\x0a",
+
+    "file-gegl-load-rgbe",
+    "Load files in the RGBE file format",
+    "This procedure loads images in the RGBE format, using gegl:load",
+
+    /* no RGBE saving */
+    NULL, NULL, NULL
+  },
+  {
     N_("OpenEXR image"),
     "image/x-exr",
     "exr",


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