donmccurdy / glTF-Transform

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
https://gltf-transform.dev
MIT License
1.3k stars 145 forks source link

CLI: Optimize flag --texture-size has no effect for KTX2 compression #1307

Closed donmccurdy closed 2 months ago

donmccurdy commented 3 months ago

Currently the --texture-size flag of the "optimize" affects all texture formats except KTX2. To resize textures encoded to KTX2 we currently have to use the standalone "etc1s" and "uastc" commands.