Intel-Texture-Works-Plugin icon indicating copy to clipboard operation
Intel-Texture-Works-Plugin copied to clipboard

Batching

Open GlowingPotato opened this issue 8 years ago • 3 comments

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.

GlowingPotato avatar Jan 05 '16 17:01 GlowingPotato

Hey there,

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.

Thank you

jawilli312 avatar Jan 06 '16 06:01 jawilli312

Thanks very much! This is really helpful.

GlowingPotato avatar Jan 06 '16 12:01 GlowingPotato

Hi, how exactly can i compile the ISPC Texture Compressor to use it in a command line?

jonashae avatar Mar 28 '19 10:03 jonashae