Bug IM 7.0.3.7 Q16 Mac OSX -respect-parentheses
Posted: 2016-11-20T22:23:35-07:00
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:
This fails:
magick: unrecognized option `-respect-parentheses' at CLI arg 1 @ fatal/magick-cli.c/ProcessCommandOptions/425.
E.G.
This works:
Code: Select all
magick -respect-parenthesis \
\( -size 50x50 xc:white \) \
\( -size 50x50 xc:black \) \
+append \
result.gif
Code: Select all
magick -respect-parentheses \
\( -size 50x50 xc:white \) \
\( -size 50x50 xc:black \) \
+append \
result.gif