Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Original comment by pulkoma...@gmail.com
on 5 Apr 2010 at 8:50
Original comment by pulkoma...@gmail.com
on 22 Aug 2010 at 1:34
We have code for 1st and 3rd choices (used in ARM port).
The second can be done with the lookup part of the first, that uses a tree for
fast color selection. Easily extractable but needs a color tree built from the
palette.
The tree currently relies on properties of median cut clusters (a cluster is
always made of two smaller ones) ; building such a tree from a given set of
colors may not be easy.
The color lookup used for the transparency effect could also be used, but it is
slower, as it browses the full palette for each pixel, whereas the tree only
needs log2(palette size).
Note that once the tree is built, it could also be used to speedup transparency.
Finally, if we provide a color reduction setup screen, we might as well allow
enabling dithering in it.
Original comment by pulkoma...@gmail.com
on 14 Dec 2011 at 9:49
Arbitering issues that make it to v2.4
Original comment by yrizoud
on 8 Mar 2012 at 7:18
Original issue reported on code.google.com by
yrizoud
on 8 Dec 2009 at 10:19