number of colors/quantization

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
miguelx6
Posts: 2
Joined: 2010-02-25T03:05:06-07:00
Authentication code: 8675308

number of colors/quantization

Post by miguelx6 »

Hello, I have a question about magick++ library.

I am working with 16 or 256 colors. I create the image and use the function annotate tu put some text in the image. Later on, in order to have a 16 or 256 colors I have to call quantify method.
It is working properly, but it uses a lot of cpu. How could I optimize this?

Regards
Miguel
Post Reply