Geometry option flag '^' does not work with Magick++

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

Geometry option flag '^' does not work with Magick++

Post by entropy »

The recently added flag '^' for resize does not seem to work with Magick++, it is silently ignored.

From what I could see in the source (svn trunk), the problem is caused by the Magick::Geomentry object,
which currently doesn't parse the flag, doesn't have an bool member to store it, and of course doesn't output it again when converting back to std::string.

Is there a chance to get that flag added? Or will it have to wait for the next major release, since the required changes will most likely break binary compatibility?

Any ideas for a quick workarround I could use in the meantime?

Thanks,
/Entropy
Post Reply