1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-23 13:00:06 +00:00

Updated Image formats (markdown)

Chuck Walbourn 2016-09-15 17:44:55 -07:00
parent 6554f612bb
commit d655f693c3

@ -19,7 +19,7 @@ The ``WDP`` file format (aka JPEG-XR) is a High-Dynamic Range (HDR) image file f
> Note that the Xbox One XDK version of WIC does not include the HD Photo codec.
# HDR (Radiance RGBE)
The ``HDR`` file format is a High-Dynamic Range (HDR) image file format, and is commonly used as a source for textures. See [Wikipedia](https://en.wikipedia.org/wiki/RGBE_image_format) for more details.
The ``HDR`` file format is a High-Dynamic Range (HDR) image file format, and is commonly used as a source for textures. See [Wikipedia](https://en.wikipedia.org/wiki/RGBE_image_format) for more details as well as [High Dynamic Range Image Encodings](http://www.anyhere.com/gward/hdrenc/hdr_encodings.html).
To aid in debugging, here is a [simple console program](https://github.com/Microsoft/DirectXTex/wiki/hdrdump.cpp) for dumping out the content of a HDR header.