Why Nostr? What is Njump?
2024-12-28 11:17:11

Digital Mark λ 📚 🕹 💾 🥃 on Nostr: % for y in {0..48}; do for x in {0..21}; do echo "$x,$y=$((x*16)),$((y*16))"; ...

% for y in {0..48}; do for x in {0..21}; do echo "$x,$y=$((x*16)),$((y*16))"; ImageUtil --clip $((x*16)) $((y*16)) 16 16 --resize 32 32 tilesheet-tcp.png `printf "tile-%02d,%02d.png" y x`; done; done

Uuuugh. ImageUtil is a 20-year-old program in Java I keep because nobody else has all the tools I needed, and it's way too much work to rewrite in something nice. Takes like 2 seconds to start up each time.
Author Public Key
npub1lwr6ewhchfc8u4k0fupgl4kvr6vm3fu0aqe8e2msj9032ccmqeeqmu38zw