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

Updated Texassemble (markdown)

Chuck Walbourn 2017-09-19 11:21:33 -07:00
parent cfa59871b2
commit 430dd21cd2

@ -9,7 +9,8 @@ _This utility does not support mipmap generation or texture compression, but the
[-r] [-w width] [-h height] [-f format]
[-if filter] [-srgb | -srgbi | -srgbo]
[-sepalpha] [-wrap | -mirror] [-alpha]
[-o <outputfile>] [-y] [-dx10] [-tonemap] [-nologo]
[-o <outputfile>] [-y] [-dx10] [-tonemap]
[-nologo] [-flist <filename>]
<file-name(s)>
The file-name parameter indicates the file(s) to use to create the assembled image using ``dds``, ``tga``, ``hdr``, or a WIC-supported format (``bmp``, ``jpg``, ``png``, ``jxr``, etc.).
@ -54,9 +55,11 @@ The file-name parameter indicates the file(s) to use to create the assembled ima
**-dx10**: Forces DDS file output to always use the "DX10" header extension, and allows the writing of alpha mode metadata information. The resulting file may not be compatible with the legacy D3DX10 or D3DX11 libraries.
**-tonemap**: Applies [tonemap operator](http://www.cs.utah.edu/~reinhard/cdrom/) based on maximum luminosity to ensure HDR image data is adjusted to an LDR range.
**-nologo**: Suppress copyright message.
**-tonemap**: Applies [tonemap operator](http://www.cs.utah.edu/~reinhard/cdrom/) based on maximum luminosity to ensure HDR image data is adjusted to an LDR range.
**-flist _filename_**: Uses the provided filename as a text file containing a list of input files (one per line). Ignores lines that begin with ``#`` (used for comments). Does not support providing additional command-line arguments or the use of filename wildcards.
# Examples