Search found 2 matches

by miguelx6
2011-05-25T09:12:29-07:00
Forum: Magick++
Topic: number of colors/quantization
Replies: 0
Views: 9220

number of colors/quantization

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 cou...
by miguelx6
2010-02-25T03:14:32-07:00
Forum: Developers
Topic: text to image optimization
Replies: 0
Views: 2982

text to image optimization

Hello I am using ImageMagick to create images from text. I am having a problem with the time execution of the source code. My applications demands to create the image in less than 100ms, but it takes 600ms. Any sugestion? _width=576 _heigh=160 _ncolors=16 COLOR_DEPTH=8 This is the sourcecode i am us...