The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
When writing MagickWand C, you do operations to whatever image(s) you want. There is no equivalent to parentheses "(" and ")", therefore no equivalent to "-respect-parentheses".
snibgo wrote: ↑2017-05-05T05:36:07-07:00
When writing MagickWand C, you do operations to whatever image(s) you want. There is no equivalent to parentheses "(" and ")", therefore no equivalent to "-respect-parentheses".
Oh Thank you and sorry to asked such a foolish question, Actually I didn't understand the meaning of the command. Thanks for pointing out the symbols "(".