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

Updated Image formats (markdown)

Chuck Walbourn 2020-06-05 01:02:57 -07:00
parent 9e412b0261
commit a18f43bd28

@ -51,6 +51,8 @@ These formats are not generally useful enough to be put into the DirectXTex libr
See [PPM / PGM / PBM image files](http://paulbourke.net/dataformats/ppm/) and [Unofficial PBM format for HDR images, PFM (Portable Float Map)](http://paulbourke.net/dataformats/pbmhdr/)
> The original proposal for PFM states there are no 'comment lines' like in ``ppm``. That said some tools like to add comments unless you explicitly tell them to not add it.
# TIFF (Tagged Image File Format)
The ``TIF`` or ``TIFF`` file format is kind of meta-container that is often used for image files used in various compressed formats, as well as other application. The image uses of this file format are supported by a built-in WIC codec. See [Wikipedia](https://en.wikipedia.org/wiki/Tagged_Image_File_Format) for more details.