From dcd4e464415be3e257ebf564fb3c039cfbbd7bf1 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sat, 13 Jan 2018 01:27:01 +0100 Subject: [PATCH] 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 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c index fe1e9644fd..9305d117e6 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"),