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".
This commit is contained in:
Jehan 2018-01-13 01:27:01 +01:00
parent 8965ef8aae
commit dcd4e46441
1 changed files with 4 additions and 3 deletions

View File

@ -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"),