BinomialLLC / basis_universal

Basis Universal GPU Texture Codec
Apache License 2.0
2.72k stars 267 forks source link

-output_file is ignored #284

Closed Akaricchi closed 2 years ago

Akaricchi commented 2 years ago

Since 1.16, use cases like basisu -file input.png -output_file output.basis are broken, because -individual is now the default and -output_file is ignored in that mode. -tex_array works around the problem, but this is not only a breaking change but also a really bad and counter-intuitive UI design. I think -tex_array should be the default, at least when only a single file name is passed. -output_file should probably error out in -individual mode to avoid confusion.

richgel999 commented 2 years ago

ok - working on a fix

richgel999 commented 2 years ago

Fix is checked in. Thanks for the report! Will push out a new EXE tonight.