summaryrefslogtreecommitdiff
path: root/res/encode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'res/encode.sh')
-rw-r--r--res/encode.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/encode.sh b/res/encode.sh
new file mode 100644
index 0000000..0ee2bae
--- /dev/null
+++ b/res/encode.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Split clock.png into digits
+for i in `seq 9`
+do
+ convert clock.png -crop 48x60+$((i*48 - 48))+0 clock_$i.png
+done
+convert clock.png -crop 48x60+$((9*48))+0 clock_0.png
+convert clock.png -crop 48x60+$((11*48))+0 clock_colon.png
+
+# Encode the clock digits