Title screen has lots of repeated spaces and a few chunky logo rows. A tiny run-length encoder seems obvious, but I am curious when people stop inventing compressors and use an existing one.
This is for learning, not a size competition.
Packing a mostly empty screen
2 replies · opened 5 DAY ago
For learning, write the tiny RLE version. For shipping, compare it against an established tool before getting emotionally attached.
Repeated spaces are practically asking for RLE. Keep the unpacker readable so you can reuse it next week.
Want to add to this transmission?
SIGN IN TO REPLY →