]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/fiximage.pl
demotc-race-record-extractor.sh: remove useless rc case (gametype name is always...
[xonotic/xonotic.git] / misc / tools / fiximage.pl
index 33b389ca151596b8cec3f4b0ed283830ad337b4b..8d5a7bcdf46e0d7a7c7d2274697b6d5ee27bbd27 100755 (executable)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Usage:
-#   convert image.tga -depth 8 RGBA:- | perl fiximage.pl 72 | convert -depth 8 -size 72x56 RGBA:- output.tga
+#   convert image.tga -auto-orient -depth 8 RGBA:- | perl fiximage.pl 72 | convert -auto-orient -depth 8 -size 72x56 RGBA:- output.tga
 
 my ($width) = @ARGV;