plug-ins: use only "#?" for RGBE magic number.

It seems that various software use something different after the "#?",
and even Blender code just ended up only use these 2 characters as magic
number. See also bug 792453.
This commit is contained in:
Jehan
2018-01-13 00:39:17 +01:00
parent bebb783c03
commit 3cca5a0a7b

View File

@ -73,7 +73,7 @@ static const FileFormat file_formats[] =
N_("Radiance RGBE"),
"image/vnd.radiance",
"hdr",
"0,string,?#RADIANCE\x0a",
"0,string,?#",
"file-gegl-load-rgbe",
"Load files in the RGBE file format",