You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Would be possible to release a Command line tool for batching ? The idea here is to transform all non DDS textures to DDS when shipping the project. Working with dds during development is kinda annoying and being able to batch all textures would be great!
Nvidia texture tools have something like this but is pretty old and is a pain to use.
The text was updated successfully, but these errors were encountered:
Yes, it is possible and already available. This open source ISPCTextureCompressor sample can be compiled for command line use only (which can then be scripted). However, it only does the optimized compression and not the cube map or interactive convenience features of the plugin. It is the optimized sample code upon which this plugin is based.
Hi
Would be possible to release a Command line tool for batching ? The idea here is to transform all non DDS textures to DDS when shipping the project. Working with dds during development is kinda annoying and being able to batch all textures would be great!
Nvidia texture tools have something like this but is pretty old and is a pain to use.
The text was updated successfully, but these errors were encountered: