aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/game/img-to-game-format
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-02-15 21:42:58 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-02-15 21:42:58 +0100
commit445fa02406347e0fc1fb3c8dd778cb706ab4fda8 (patch)
tree7ac301e265ccb12fdb5aa87b348e2183c2dbf2be /Sources/game/img-to-game-format
downloadkappalepeli-445fa02406347e0fc1fb3c8dd778cb706ab4fda8.tar.gz
kappalepeli-445fa02406347e0fc1fb3c8dd778cb706ab4fda8.tar.zst
kappalepeli-445fa02406347e0fc1fb3c8dd778cb706ab4fda8.zip
Iniitial commit - v1.0.0HEADmaster
Diffstat (limited to 'Sources/game/img-to-game-format')
-rwxr-xr-xSources/game/img-to-game-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/Sources/game/img-to-game-format b/Sources/game/img-to-game-format
new file mode 100755
index 0000000..c10c6a5
--- /dev/null
+++ b/Sources/game/img-to-game-format
@@ -0,0 +1,6 @@
+#!/bin/sh
+cd /home/maks/school/mobileApps/mendela/kappalepeli/Sources/game/imgs
+f="$1.$2"
+#cbp > "$f"
+chafa $f > "$1.tpng"
+jp2a $f > "$1.txt"