Page 1 of 1

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

Posted: 2008-07-10T03:30:43-07:00
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