rximg/TODO.md

14 lines
544 B
Markdown
Raw Normal View History

2024-04-08 03:58:08 +00:00
Support an alpha channel.
Improve the PNG interface.
2024-04-08 05:15:24 +00:00
Actually support terminating early for "progressive" loads
Done:
Interleave layers instead of having them consecutively. (Bad idea, breaks RLE. Skipping)
2024-04-08 03:58:08 +00:00
Global parameters to control encoder settings:
- Quantization level: quant 0
- Quantization level: quants 1-63
2024-04-08 03:58:31 +00:00
- Constant term
- Linear term
2024-04-08 03:58:08 +00:00
- Number of quants to keep, per tile.
2024-04-08 04:01:24 +00:00
- Whether to use wide or packed representation for the thumbnail block
2024-04-08 05:15:24 +00:00
Maybe have a second instance of the global parameters block for the alpha channel.