diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-01-29 16:20:10 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-01-29 16:20:10 -0600 |
| commit | c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06 (patch) | |
| tree | ac2bb208dab1274cdc5e9059ffe014ae19181a4c /tools | |
| download | fools_rush_in-c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06.tar.gz fools_rush_in-c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06.tar.bz2 fools_rush_in-c2926c5ec74d7e37da395c8c32a7ff2b4cae7d06.zip | |
All the files
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 |
