]> git.sesse.net Git - alphaindex/blob - README
Initial commit.
[alphaindex] / README
1 A very simple full-color to indexed-color converter, based on the usual
2 k-means algorithm.
3
4 I wrote it because I couldn't offhand find anything that dealt with alpha
5 in a better fashion than just converting it to 1-bit depth, and I needed
6 something that did. (This one works in premultiplied alpha, since that's
7 really the only thing that makes sense. The distance function could use
8 some work, though.) Apart from that, there's nothing very sophisticated
9 about it.