Posterize method is missing in the Magick++ API

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
mike
Posts: 6
Joined: 2012-07-09T01:24:37-07:00
Authentication code: 13

Posterize method is missing in the Magick++ API

Post 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
Post Reply