Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hi,
I want to quantize an image read from a blob with Magick++ API but I don't manage to get the attributes like meanErrorPerPixel() or normalizedMeanError().
I use the following code :