Created
March 22, 2018 01:45
-
-
Save edwin0cheng/4f93acf21dbaa52d8a45bfa49c5cc2f3 to your computer and use it in GitHub Desktop.
Convert DDS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-#!/bin/bash | |
-for f in *.png | |
-do | |
- convert -format dds -define dds:compression=DXT1 $f ${f%.*}.dds | |
-done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment