Clarify TODO comment

This commit is contained in:
Rangi42
2024-02-19 08:41:04 -05:00
parent bc8fd8a6dc
commit 464000bca8

View File

@@ -135,7 +135,7 @@ void reverse() {
options.verbosePrint(Options::VERB_INTERM, "Reversed image dimensions: %zux%zu tiles\n", width,
height);
// TODO: -U
// TODO: `-U` to configure tile size beyond 8x8px ("deduplication units")
std::vector<std::array<Rgba, 4>> palettes{
{Rgba(0xFFFFFFFF), Rgba(0xAAAAAAFF), Rgba(0x555555FF), Rgba(0x000000FF)}