compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

CLI, DDS>TGA???

Open umustbeloggedintododat opened this issue 4 years ago • 4 comments

How do I convert a DDS to TGA using the cli????????????

umustbeloggedintododat avatar Jul 21 '21 23:07 umustbeloggedintododat

Sorry I've should've elaborated , I meant how do I batch convert multiple DDS files to TGA using the CLI?

umustbeloggedintododat avatar Jul 22 '21 01:07 umustbeloggedintododat

@umustbeloggedintododat There is a bug in the code which fails to generate destination files and is scheduled for a fix in v4.3 release. This is the command line syntax to run transcode from dds files in a images folder to tga files in results folder compressonatorcli -fd ARGB_8888 -ff DDS -fx TGA ./images ./results

When a fix is available in source it will be posted. Windows CLI is built when source is updated so you can try the changes before official release. Look at https://github.com/GPUOpen-Tools/compressonator/actions for latest build and click on it then download the built zip file to try.

NPCompress avatar Aug 04 '21 17:08 NPCompress

Still not working :/

umustbeloggedintododat avatar Sep 10 '21 22:09 umustbeloggedintododat

My mistake, it works, it just generates in the root drive for some reason.

umustbeloggedintododat avatar Sep 19 '21 17:09 umustbeloggedintododat

I just tested this on my local machine, and it appears to be working in the latest release. This issue can probably be closed.

denislevesqueAMD avatar Oct 03 '23 19:10 denislevesqueAMD

@umustbeloggedintododat Issue addressed in v4.5 release

NavNTCMP avatar Feb 14 '24 14:02 NavNTCMP