diff --git a/Image-formats.md b/Image-formats.md index 545e9a3..73415ee 100644 --- a/Image-formats.md +++ b/Image-formats.md @@ -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.