Daniel Thompson
4425d81485
tools: rle_encode: Add a parameter for direct CLUT lookup
...
This can be useful for hand decoding and authoring of images.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-12-29 09:05:35 +00:00
Daniel Thompson
ed4a5503ba
tools: rle_encode: Make 2-bit encoding the default
...
2-bit encoding is fully ROMable and therefore is more RAM efficient than
the older 1-bit encoding.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-12-28 12:02:45 +00:00
Daniel Thompson
67d2ed83d2
tools: rle_encode: Add support for rendering 2-bit RLEs to C src
...
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-11-08 14:29:10 +00:00
Daniel Thompson
7f6b1b9059
draw565: Switch to a different palette for RLE 2-bit images
...
This is an incompatible change... older 2-bit images will need to be
re-encoded to display correctly.
2020-05-18 22:17:51 +01:00
Daniel Thompson
906c313e49
tools: rle_encode: Optimize the 2-bit encoding slightly
...
This results in a image that is entirely ROMable.
2020-04-10 20:20:48 +01:00
Daniel Thompson
e2234112ff
tools: rle_encode: Add a new "2-bit" encoding mode.
2020-04-06 22:04:21 +01:00
Daniel Thompson
b9fe31241c
Add licensing information for all wasp-os files.
2020-03-22 15:40:18 +00:00
Daniel Thompson
fb252818e9
tools: rle_encode: Derive variable names from filenames
2020-02-03 19:07:11 +00:00
Daniel Thompson
28640d431e
tools: rle_encode: Experimental color encoder
...
The output from this is a bit too bulky so the code isn't hooked up
to anything at the moment.
2020-01-28 21:19:06 +00:00
Daniel Thompson
fbc5ee87d2
tools: rle_encode: Implement proper argument parsing
2020-01-28 21:17:41 +00:00
Daniel Thompson
4604603352
tools: rle_encode: Rework into proper functions
2020-01-28 18:45:26 +00:00
Daniel Thompson
1ec5c11ea7
WIP: tools: Simple RLE encoder
2020-01-23 18:55:03 +00:00