X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fcompress-texture;fp=misc%2Ftools%2Fcompress-texture;h=9d4fcc135eea9150de0b91996a017a2490e4dd53;hp=418d8e5c40afa401ff93d9e42771008fd7708dd9;hb=f26724da0a2f022a81bb23d83cdaf8cc45881933;hpb=0de97cb6d69cf95e4fd0787067f388a269deabe7 diff --git a/misc/tools/compress-texture b/misc/tools/compress-texture index 418d8e5c..9d4fcc13 100755 --- a/misc/tools/compress-texture +++ b/misc/tools/compress-texture @@ -50,7 +50,7 @@ esac if [ -n "$fourcchack" ]; then fourcchack_dir=`mktemp -d` - convert "$src" -fx "u*u.a" -type TrueColorMatte "$fourcchack_dir/src.$ext" + convert "$src" -auto-orient -fx "u*u.a" -type TrueColorMatte "$fourcchack_dir/src.$ext" src="$fourcchack_dir/src.$ext" fi