Re: [Algorithms] 256 colour palette
Brought to you by:
vexxed72
From: Ivan-Assen I. <as...@ha...> - 2000-08-30 09:46:33
|
Try Neuquant - a simple Kohonen NN based method. http://www.ozemail.com.au/~dekker/NEUQUANT.HTML there you will find sources (ANSI C, yuck), the paper itself is not available on the Web, but the source is pretty straightforward and easy to rewrite in a simpler manner. A bit slow, but perfectly passable for offline use. Produces much, much better results than the other two methods I tried - Heckbert quantization and a simple elimination of the closest colors. |