Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はDirectXTexツールを使用してきtexconv.exeましDDS -> TGAたTGA, BMP, PNG -> DDS. PNG 画像を DDS に変換するには、次のようにします。
texconv.exe
DDS -> TGA
TGA, BMP, PNG -> DDS
texconv -f <DXGI_FORMAT> source.png
私はこのようなものを探しています:
texconv source.dds output.png
またはそれを行うことができるものはありますか?