summaryrefslogtreecommitdiff
path: root/tools/rotate_year.sh
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-06-10 01:25:36 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-21 00:28:20 +0200
commit5a458a5a578445d70356b23c998fe3b8cbe909ec (patch)
tree5d9293badfcbae3f1dbc7a4a15eab40b5702f038 /tools/rotate_year.sh
parent5eb2975315a50c585eb048479c4fdc765a24a20c (diff)
downloadwashingtons-war-5a458a5a578445d70356b23c998fe3b8cbe909ec.tar.gz
stuff
Diffstat (limited to 'tools/rotate_year.sh')
-rw-r--r--tools/rotate_year.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/rotate_year.sh b/tools/rotate_year.sh
new file mode 100644
index 0000000..96a6c2b
--- /dev/null
+++ b/tools/rotate_year.sh
@@ -0,0 +1,8 @@
+for DIR in cards75 cards100 cards150 cards200
+do
+ convert -rotate 90 $DIR/card_7.png $DIR/card_7_rot.png
+ convert -rotate 90 $DIR/card_8.png $DIR/card_8_rot.png
+ convert -rotate 90 $DIR/card_9.png $DIR/card_9_rot.png
+ convert -rotate 90 $DIR/card_10.png $DIR/card_10_rot.png
+ convert -rotate 90 $DIR/card_11.png $DIR/card_11_rot.png
+done