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.
We can reproduce the problem and have a fix in the Subversion trunk. Since the -page behavior has changed you should check it against your web site to see if any of your existing commands depended upon the previous behavior.
magick wrote:We can reproduce the problem and have a fix in the Subversion trunk. Since the -page behavior has changed you should check it against your web site to see if any of your existing commands depended upon the previous behavior.
It seems that -respect-parenthesis should be the default setting meaning anything within the parenthesis by default should be local to forgotten once the parens end.
-page however should only be used to assign new images (read or specifically created)
The parenthesis should not matter in this case!
In any case -respect-parenthesis is about what settings are in place AFTER the parenthesis has finished, not before. As such again it should not matter what -page setting being done within parenthesis!