← Package directory
Available on winget

Install DirectX Texture Converter

This DirectXTex sample is an implementation of the texconv command-line texture utility from the legacy DirectX SDK utilizing DirectXTex rather than D3DX.

Install with winget
winget install --id Microsoft.DirectXTex.Texconv
Upgrade
winget upgrade --id Microsoft.DirectXTex.Texconv
Uninstall
winget uninstall --id Microsoft.DirectXTex.Texconv

About DirectX Texture Converter

Texconv is a command-line texture conversion tool developed by Microsoft as part of the DirectXTex library. It is designed for processing and converting texture files (e.g., DDS, PNG, TGA, BMP, etc.) with support for various formats, mipmaps, compression, and other texture operations. Key Features: - Format Conversion: Supports common formats like DDS, PNG, JPEG, TGA, BMP, HDR, and more. - Mipmap Generation: Automatically generates mipmaps for textures. - Compression: Supports BC (Block Compression) formats (BC1-BC...