Radiance HDR
(→Sample files) |
(→Links) |
||
Line 34: | Line 34: | ||
== Links == | == Links == | ||
* [http://radsite.lbl.gov/radiance/ Radiance web site] | * [http://radsite.lbl.gov/radiance/ Radiance web site] | ||
+ | * [[Wikipedia:RGBE image format|Wikipedia: RGBE image format]] | ||
* [[Wikipedia:Radiance (software)|Wikipedia: Radiance]] | * [[Wikipedia:Radiance (software)|Wikipedia: Radiance]] | ||
* [http://www.iana.org/assignments/media-types/image/vnd.radiance Media type registration] | * [http://www.iana.org/assignments/media-types/image/vnd.radiance Media type registration] |
Revision as of 00:45, 19 September 2014
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
- http://radsite.lbl.gov/radiance/refer/filefmts.pdf ("Picture" file format)
Software
- Radiance source code
- ImageMagick (format named "HDR")
- XnView
- pfstools