microsoft / DirectXTex

DirectXTex texture processing library
https://walbourn.github.io/directxtex/
MIT License
1.82k stars 447 forks source link

Mipmaps as input other than generating automatically #131

Closed nhy002 closed 5 years ago

nhy002 commented 5 years ago

about texconv command tool Can I use mipmaps generated by myself as input? I may apply "alpha to coverage" to my mipmaps or generate mipmaps from some other filtering methods. If not, can I get from later version?

walbourn commented 5 years ago

You can write your own tools using DirectXTex and do whatever you want. I don't have an existing sample tool that provides custom mips.

Note, I just accepted a PR that added alpha coverage to texconv.