1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 20:10:05 +00:00

Download badges

Chuck Walbourn 2020-02-13 13:11:19 -08:00
parent 24e2fdb21e
commit e344f95c1e
3 changed files with 6 additions and 2 deletions

@ -1,3 +1,5 @@
[![texassemble.exe](https://img.shields.io/github/downloads/Microsoft/DirectXTex/latest/texassemble.exe?style=for-the-badge)](https://github.com/Microsoft/DirectXTex/releases/latest/download/texassemble.exe)
This DirectXTex sample is a command-line texture utility for creating ``DDS`` files containing cubemaps, volume maps, or texture arrays created from individual images.
> This utility does not support mipmap generation or texture compression, but the resulting ``DDS`` file can be further processed by the [[Texconv]] utility. Any texture compressed input file is decompressed on load.

@ -1,9 +1,9 @@
[![texconv.exe](https://img.shields.io/github/downloads/Microsoft/DirectXTex/latest/texconv.exe?style=for-the-badge)](https://github.com/Microsoft/DirectXTex/releases/latest/download/texconv.exe)
This DirectXTex sample is an implementation of the **texconv** command-line texture utility from the legacy DirectX SDK utilizing DirectXTex rather than D3DX. This tool loads an image and prepares it for runtime use by resizing, format conversion, mip-map generation, block-compression, and writes the result in a file format suited for runtime use. It can also be used for other image-to-image processing.
> To create cubemaps, volume maps, or texture arrays from individual files, use [[Texassemble]].
[![texconv.exe](https://img.shields.io/github/downloads/Microsoft/DirectXTex/latest/texconv.exe?style=for-the-badge)](https://github.com/Microsoft/DirectXTex/releases/latest/download/texconv.exe)
# Syntax
``Texconv.exe`` uses the following command syntax:

@ -1,3 +1,5 @@
[![texdiag.exe](https://img.shields.io/github/downloads/Microsoft/DirectXTex/latest/texdiag.exe?style=for-the-badge)](https://github.com/Microsoft/DirectXTex/releases/latest/download/texdiag.exe)
DirectXTex sample is a command-line utility analyzing the content of images.
> This tool is primarily used for debugging and development purposes.