Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Hello,
I'm using Magick++ library shipped with ImageMagick 6.7.6.9 and I have a problem with setting gravity while extending an image with Image::extent() method. No matter what value of gravity_ I pass, the original portion of an image stays at top left corner of resulting image. Here is some sample code that I've tested: