Closed odan closed 5 years ago
I can help this issue.
About the identification:
Files are supposed to begin with an ASCII signature of "#?RADIANCE". However, some apparently begin with "#?RGBE" instead, and some have no signature line at all. Note that some of Radiance's other file formats also use the "#?RADIANCE" signature.
It seems that it will have three possible identifications:
"#?RADIANCE"
bytes in the first 10 bytes of image.#?RGBE"
bytes in the first 6 bytes of image.@odan, it looks like the image format cannot be detected as Radiance (HDR)
if it contains no signature.
and some have no signature line at all
I think this fact can be ignored. In worst case the detector cannot indentify the Radiance image format. But for all other Radiance files, containing #?RADIANCE
or #?RGBE
, the detection should work quite well. I see no problem here.
Radiance
Extenstions: .hdr, .pic
Identification
Files are supposed to begin with an ASCII signature of "#?RADIANCE". However, some apparently begin with "#?RGBE" instead, and some have no signature line at all. Note that some of Radiance's other file formats also use the "#?RADIANCE" signature.