From 6f1ab29cd6da06148f9592295bd03fd9987802e3 Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Sun, 7 Apr 2024 20:58:08 -0700 Subject: [PATCH] Add TODOs file --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..56855b6 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +Support an alpha channel. +Improve the PNG interface. +Global parameters to control encoder settings: +- Quantization level: quant 0 +- Quantization level: quants 1-63 +- Number of quants to keep, per tile. +- Whether to use wide or packed representation for the thumbnail block \ No newline at end of file