summaryrefslogtreecommitdiff
path: root/tools/rotate_year.sh
diff options
context:
space:
mode:
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