From e344f95c1ef6d16f4462e61aa3df8dd41be20cf7 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 13 Feb 2020 13:11:19 -0800 Subject: [PATCH] Download badges --- Texassemble.md | 2 ++ Texconv.md | 4 ++-- Texdiag.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Texassemble.md b/Texassemble.md index cb90300..cc93396 100644 --- a/Texassemble.md +++ b/Texassemble.md @@ -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. diff --git a/Texconv.md b/Texconv.md index b5be8bf..a6fec44 100644 --- a/Texconv.md +++ b/Texconv.md @@ -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: diff --git a/Texdiag.md b/Texdiag.md index fd35c1f..c5ee67b 100644 --- a/Texdiag.md +++ b/Texdiag.md @@ -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.