Re: Color Quantization

2000-06-26 Thread egger

On 26 Jun, DrMartin.Weber wrote:

> I took several months' time to compare nearly all available color
> quantization algorithms. Shurely GIMP's Median Cut is good but not the
> best. SQC (http://www-dbv.cs.uni-bonn.de/quant/) is really the best
> one available and it is also fast. I have some code for this that I'll
> upload the next days. It is buggy and written in a bad C style. I
> think GIMP should use this best available algorithm. I do not find the
> time to port the code to GIMP. So if anyone is interested, feel free
> to contact me.

 We're due to release GIMP 1.2 in the near future. It's a little bit to
 late to introduce a new quantization algorithm right now. With GIMP 2.0
 we'll have the chance to let advanced user choose his preferred algorithm...

-- 

Servus,
   Daniel




Color Quantization

2000-04-06 Thread Martin Weber

The aim of GIMP is not only to be as good as Photoshop but become better
than this program. So it would be fine to implement features that even
commercial programs don't have. The common color quantization algorithms
have many disadvantages, but there is a very new called Spatial Color
Quantization (http://www-dbv.informatik.uni-bonn.de/quant/) that is
better than all other methods. Is there anyone who has enough time to
implement this very good algorithm.

Martin




Color quantization

2000-03-25 Thread Martin Weber

Benny's Wu quantization is very good (http://www.geocities.com/SiliconV
alley/Program/8979/color/index.htm)
Can anyone help to improve the speed of it?

Martin

PS: Perhaps it could be faster than GIMP's