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-10-02 22:27:57 -07:00
parent cf09858e18
commit ff7b2c6318

@ -15,6 +15,8 @@ The ``EXR`` file format is a high dynamic-range (HDR) image file format develope
> Use of ``EXR`` requires the OpenEXR library and additional code. See [[Adding OpenEXR]] for more details.
Kainz, Bogart, and Hess. "Chapter 26. The OpenEXR Image File Format", _GPU Gems_, Addison-Wesley, 2004 [link](http://http.developer.nvidia.com/GPUGems/gpugems_ch26.html)
# GIF (Graphics Interchange Format)
The ``GIF`` file format is a Web meme standard that can contain multiple 'frames' of animation, but is otherwise limited to 256 colors. It is supported by a built-in WIC codec. See [Wikipedia](https://en.wikipedia.org/wiki/GIF) for more details and history.