Page 1 of 1

Bug IM 7.0.3.7 Q16 Mac OSX -respect-parentheses

Posted: 2016-11-20T22:23:35-07:00
by fmw42
In IM 6.9.6.5 Q16, both -respect-parenthesis and -respect-parentheses work fine. But in IM 7.0.3.7, the latter, -respect-parentheses, is not recognized.

E.G.

This works:

Code: Select all

magick -respect-parenthesis \
\( -size 50x50 xc:white \) \
\( -size 50x50 xc:black \) \
+append \
result.gif
This fails:

Code: Select all

magick -respect-parentheses \
\( -size 50x50 xc:white \) \
\( -size 50x50 xc:black \) \
+append \
result.gif
magick: unrecognized option `-respect-parentheses' at CLI arg 1 @ fatal/magick-cli.c/ProcessCommandOptions/425.

Re: Bug IM 7.0.3.7 Q16 Mac OSX -respect-parentheses

Posted: 2016-11-21T05:22:07-07:00
by magick
Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.