Skip to content

Instantly share code, notes, and snippets.

@marcusbirkeland
Created September 10, 2021 04:11
Show Gist options
  • Save marcusbirkeland/7be9b9d841793e53928f8f3fb2188ac3 to your computer and use it in GitHub Desktop.
Save marcusbirkeland/7be9b9d841793e53928f8f3fb2188ac3 to your computer and use it in GitHub Desktop.
[Texconv]Convert dds to png
for %%f in (*.dds) do (
echo %%~nf
texconv %%f -ft png -y
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment