Hello,
I'am a student who is in internship for a lab. My subject deals with images processing and documents recognition. I'am trying to develop programs who need some color quantization. I'working with magick++ API and i'would like to know how the function quantize() work please. What type of algorithme have been develop for it . I don't need the code, just to kown how does it work to develop the parts who will follow the call of quantiz in my programs.
Thank you for your great job, this API is very nice and useful!
Julien
Magick++ quantize function
Re: Magick++ quantize function
RTM. See http://www.imagemagick.org/script/quantize.php for a description of the color reduction algorithm.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Magick++ quantize function
You may like to try to understand the source code too. Contributions and Patches are of course welcome.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Magick++ quantize function
Could you tell me if there is any function to get the value of the thresholds ?
Thank you
Thank you