mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-24 13:20:13 +00:00
Updated Texassemble (markdown)
parent
9b28b780cc
commit
21fed8551f
@ -8,7 +8,7 @@ _This utility does not support mipmap generation or texture compression, but the
|
||||
texassemble <command>
|
||||
[-r] [-w width] [-h height] [-f format]
|
||||
[-if filter] [-srgb | -srgbi | -srgbo]
|
||||
[-sepalpha] [-wrap | -mirror] [-alpha]
|
||||
[-sepalpha] [-nowic] [-wrap | -mirror] [-alpha]
|
||||
[-o <outputfile>] [-y] [-dx10] [-tonemap]
|
||||
[-nologo] [-flist <filename>]
|
||||
[-bgcolor]
|
||||
@ -52,6 +52,8 @@ The file-name parameter indicates the file(s) to use to create the assembled ima
|
||||
|
||||
**-sepalpha**: Separates alpha channel for resize.
|
||||
|
||||
**-nowic**: Forces filtering to use non-WIC-based code paths.
|
||||
|
||||
**-wrap**, **-mirror**: Sets the texture addressing mode for filtering to wrap or mirror, otherwise defaults to clamp.
|
||||
|
||||
**-alpha**: Converts a premultiplied alpha image to non-premultiplied alpha (a.k.a. straight alpha).
|
||||
|
Loading…
Reference in New Issue
Block a user