From 445fa02406347e0fc1fb3c8dd778cb706ab4fda8 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 15 Feb 2022 21:42:58 +0100 Subject: Iniitial commit - v1.0.0 --- Sources/game/img-to-game-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Sources/game/img-to-game-format (limited to 'Sources/game/img-to-game-format') 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" -- cgit v1.3.1