| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-20 | rle_encode: Include the image size in the comments | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-12-29 | tools: rle_encode: Add a parameter for direct CLUT lookup | Daniel Thompson | |
| This can be useful for hand decoding and authoring of images. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-12-28 | tools: rle_encode: Make 2-bit encoding the default | Daniel Thompson | |
| 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-11-08 | tools: rle_encode: Add support for rendering 2-bit RLEs to C src | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-05-18 | draw565: Switch to a different palette for RLE 2-bit images | Daniel Thompson | |
| This is an incompatible change... older 2-bit images will need to be re-encoded to display correctly. | |||
| 2020-04-10 | tools: rle_encode: Optimize the 2-bit encoding slightly | Daniel Thompson | |
| This results in a image that is entirely ROMable. | |||
| 2020-04-06 | tools: rle_encode: Add a new "2-bit" encoding mode. | Daniel Thompson | |
| 2020-03-22 | Add licensing information for all wasp-os files. | Daniel Thompson | |
| 2020-02-03 | tools: rle_encode: Derive variable names from filenames | Daniel Thompson | |
| 2020-01-28 | tools: rle_encode: Experimental color encoder | Daniel Thompson | |
| The output from this is a bit too bulky so the code isn't hooked up to anything at the moment. | |||
| 2020-01-28 | tools: rle_encode: Implement proper argument parsing | Daniel Thompson | |
| 2020-01-28 | tools: rle_encode: Rework into proper functions | Daniel Thompson | |
| 2020-01-23 | WIP: tools: Simple RLE encoder | Daniel Thompson | |
