Microsoft.DirectXTex.Texconv
2025.7.10

This DirectXTex sample is an implementation of the texconv command-line texture utility from the legacy DirectX SDK utilizing DirectXTex rather than D3DX.
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-BC7) for DDS files. - Cube Maps & Arrays: Handles texture arrays and cube maps. - Metadata & Alpha Handling: Preserves or modifies alpha channels and metadata. - HDR & WIC Support: Works with high dynamic range (HDR) images and Windows Imaging Component (WIC) codecs.
Command Line
Info
- last updated 7/10/2025 12:00:00 AM
- Publisher: Microsoft Corporation
- License: MIT
Dependencies
No dependency information