mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-23 13:00:06 +00:00
Updated Image formats (markdown)
parent
a18f43bd28
commit
ba9f52e883
@ -51,7 +51,7 @@ 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.
|
||||
> 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 them. D3DX9 fails to load a ``pfm`` with header comments.
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user