Radiance HDR

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Graphics
 
|subcat=Graphics
|extensions={{ext|hdr}}, {{ext|rgbe}}, {{ext|xyze}}, {{ext|pic}}  
+
|extensions={{ext|hdr}}, {{ext|rgbe}}, {{ext|xyze}}, {{ext|pic}}, {{ext|rad}}  
 
|mimetypes={{mimetype|image/vnd.radiance}}
 
|mimetypes={{mimetype|image/vnd.radiance}}
 
}}
 
}}
== Overview ==
 
 
'''Radiance HDR''', also known as '''RGBE''' or '''Radiance Picture''', is raster image file format associated with the ''Radiance'' (or ''RADIANCE'') lighting simulation software by Greg Ward. It supports ''high dynamic range'' imaging, and may have been one of the first formats to do so.
 
'''Radiance HDR''', also known as '''RGBE''' or '''Radiance Picture''', is raster image file format associated with the ''Radiance'' (or ''RADIANCE'') lighting simulation software by Greg Ward. It supports ''high dynamic range'' imaging, and may have been one of the first formats to do so.
  
Line 13: Line 12:
 
There are at least two versions of the format. The documentation for the ra_rgbe utility says "The file format for RADIANCE pictures was changed between release 1.4 and release 2.0."
 
There are at least two versions of the format. The documentation for the ra_rgbe utility says "The file format for RADIANCE pictures was changed between release 1.4 and release 2.0."
  
== Identification ==
+
== Identifiers ==
Many sources claim that filename extensions '''.rad''' and '''.img''' are also used, though '''.rad''' seems unlikely because it is used for [[Radiance Scene Description]] format.
+
The official filename extensions are '''.pic''', '''.hdr''', '''.rgbe''', and '''.xyze'''. Some third-party applications use '''.rad''', though that conflicts with [[Radiance Scene Description]] format. Some sources say that '''.img''' is also used.
  
Files begin with an ASCII signature of "<code>#?RADIANCE</code>" or, apparently, "<code>#?RGBE</code>". Note that some of Radiance's other file formats also use the "<code>#?RADIANCE</code>" signature.
+
== Identification ==
 +
Files are supposed to begin with an ASCII signature of "<code>#?RADIANCE</code>". However, some apparently begin with "<code>#?RGBE</code>" instead, and some have no signature line at all. Note that some of Radiance's other file formats also use the "<code>#?RADIANCE</code>" signature.
  
 
== Specifications ==
 
== Specifications ==

Revision as of 15:21, 2 November 2013

File Format
Name Radiance HDR
Ontology
Extension(s) .hdr, .rgbe, .xyze, .pic, .rad
MIME Type(s) image/vnd.radiance

Radiance HDR, also known as RGBE or Radiance Picture, is raster image file format associated with the Radiance (or RADIANCE) lighting simulation software by Greg Ward. It supports high dynamic range imaging, and may have been one of the first formats to do so.

Contents

Format

Each pixel is encoded as four bytes: three color values (RGB or XYZ), and a shared exponent.

There are at least two versions of the format. The documentation for the ra_rgbe utility says "The file format for RADIANCE pictures was changed between release 1.4 and release 2.0."

Identifiers

The official filename extensions are .pic, .hdr, .rgbe, and .xyze. Some third-party applications use .rad, though that conflicts with Radiance Scene Description format. Some sources say that .img is also used.

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.

Specifications

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox