[gimp] plug-ins: implement RGBE exporting through GEGL.



commit dcd4e464415be3e257ebf564fb3c039cfbbd7bf1
Author: Jehan <jehan girinstud io>
Date:   Sat Jan 13 01:27:01 2018 +0100

    plug-ins: implement RGBE exporting through GEGL.
    
    While we are at it, let's just add RGBE exporting. It's just as easy.
    
    Also rename s/file-gegl-load-rgbe/file-load-rgbe/. All formats just use
    the "file-FORMAT-(load|save)" naming for their procedure, even when
    implemented directly through "gegl:load|save".

 plug-ins/common/file-gegl.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c
index fe1e964..9305d11 100644
--- a/plug-ins/common/file-gegl.c
+++ b/plug-ins/common/file-gegl.c
@@ -75,12 +75,13 @@ static const FileFormat file_formats[] =
     "hdr",
     "0,string,?#",
 
-    "file-gegl-load-rgbe",
+    "file-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
+    "file-save-rgbe",
+    "Saves files in the RGBE file format",
+    "This procedure exports images in the RGBE format, using gegl:save"
   },
   {
     N_("OpenEXR image"),


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