Page 1 of 1

Posterize method is missing in the Magick++ API

Posted: 2012-07-09T01:35:22-07:00
by mike
Hi,

I would like to use posterization of the image in my program, but unfortunately I don't seem to be able to find an appropriate method in the Magick++ API. I can find the method in the MagickWand API#MagickPosterizeImage, but for the project I'm working on I would prefer to use OOP.

Am I looking in the wrong place or is the posterization missing from the Magick++ API ?

Thank you.

edit: I use Magick++ v6.7.3