diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/luastr.sh | 5 | ||||
| -rw-r--r-- | tools/recolor.sh | 4 | ||||
| -rw-r--r-- | tools/remap.png | bin | 0 -> 120 bytes |
3 files changed, 9 insertions, 0 deletions
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 <input> <output> + +magick $1 -dither Riemersma -remap tools/remap.png $2 diff --git a/tools/remap.png b/tools/remap.png Binary files differnew file mode 100644 index 0000000..d146124 --- /dev/null +++ b/tools/remap.png |
