1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 15:19:56 +00:00

Updated Texconv (markdown)

Chuck Walbourn 2022-03-01 15:02:32 -08:00
parent e210e17241
commit 3e346554a1

@ -216,4 +216,4 @@ When loading ``BMP`` files, if the WIC codec fails to load the image, the _texco
Support for [OpenEXR](http://www.openexr.com/) (``EXR``) can be added to the *texconv* utility. Uncomment ``#define USE_OPENEXR`` in the source, and add the DirectXTex auxiliary module to the project. See [[Adding OpenEXR]] for more details including building the OpenEXR library. This adds ``exr`` as an option for ``-ft``.
The texconv tool supports any additional installed WIC codec. For example, if you install the [HEIF WIC Codec](https://aka.ms/heif), the tool can successfully read ``.HEIF`` or ``.HEIC`` images. This WIC codec does not support writing these files formats, to texconv cannot output them.
The texconv tool supports any additional installed WIC codec. For example, if you install the [HEIF WIC Codec](https://aka.ms/heif), the tool can successfully read ``.HEIF`` or ``.HEIC`` images. This WIC codec does not support writing these files formats, so texconv cannot output them.