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

Updated Home (markdown)

Chuck Walbourn 2022-12-04 19:48:00 -08:00
parent b2eacc8903
commit 2b76cd05ed

10
Home.md

@ -13,12 +13,12 @@ http://go.microsoft.com/fwlink/?LinkId=248926
![Azure DevOps CMake](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2168?label=BUILD%20%28CMake%29&style=for-the-badge)
![Azure DevOps CMake Latest](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2169?label=BUILD%20%28CMake%20VS%202022%29&style=for-the-badge)
![Azure DevOps WSL](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2170?label=BUILD%20%28WSL%20GCC%209%29&style=for-the-badge)
![Azure DevOps WSL](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2135?label=BUILD%20%28WSL%20GCC%2011%29&style=for-the-badge)
![Azure DevOps MinGW](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2010?label=BUILD%20%28MinGW%29&style=for-the-badge)
![Azure DevOps WSL 9](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2170?label=BUILD%20%28WSL%20GCC%209%29&style=for-the-badge)
![Azure DevOps WSL 11](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2171?label=BUILD%20%28WSL%20GCC%2011%29&style=for-the-badge)
![Azure DevOps MinGW](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2172?label=BUILD%20%28MinGW%29&style=for-the-badge)
![Azure DevOps test suite build](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/1154?label=BUILD%20%28TEST%20SUITE%29&style=for-the-badge)
![Azure DevOps test suite build](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2006?label=BUILD%20%28TEST%20SUITE%20VS%202022%29&style=for-the-badge)
![Azure DevOps test suite build](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2173?label=BUILD%20%28TEST%20SUITE%29&style=for-the-badge)
![Azure DevOps test suite build](https://img.shields.io/azure-devops/build/mscodehub/ca4f06c8-d88d-40fb-ada3-b70b24a98714/2174?label=BUILD%20%28TEST%20SUITE%20VS%202022%29&style=for-the-badge)
![DirectX Logo](https://github.com/Microsoft/DirectXTex/wiki/X_jpg.jpg) **DirectXTex**, a shared source library for reading and writing ``.DDS`` files, and performing various texture content processing operations including resizing, format conversion, mip-map generation, block compression for Direct3D runtime texture resources, and height-map to normal-map conversion. This library makes use of the Windows Image Component (WIC) APIs. It also includes simple ``.TGA`` and ``.HDR`` readers and writers since these image file format are commonly used for texture content processing pipelines, but are not supported by a built-in WIC codec.