From c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 29 Jan 2024 16:20:10 -0600 Subject: All the files --- tools/luastr.sh | 5 +++++ tools/recolor.sh | 4 ++++ tools/remap.png | Bin 0 -> 120 bytes 3 files changed, 9 insertions(+) create mode 100644 tools/luastr.sh create mode 100644 tools/recolor.sh create mode 100644 tools/remap.png (limited to 'tools') diff --git a/tools/luastr.sh b/tools/luastr.sh new file mode 100644 index 0000000..5b50c7d --- /dev/null +++ b/tools/luastr.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "return [=====[" +echo "$(cat $1)" +echo "]=====]" diff --git a/tools/recolor.sh b/tools/recolor.sh new file mode 100644 index 0000000..7f1a41f --- /dev/null +++ b/tools/recolor.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Usage: tools/recolor.sh + +magick $1 -dither Riemersma -remap tools/remap.png $2 diff --git a/tools/remap.png b/tools/remap.png new file mode 100644 index 0000000..d146124 Binary files /dev/null and b/tools/remap.png differ -- cgit v1.2.3-70-g09d2