Where is respect-parenthesis ?

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.
Post Reply
rpatelob
Posts: 62
Joined: 2017-04-17T22:17:01-07:00
Authentication code: 1151

Where is respect-parenthesis ?

Post by rpatelob »

In ImageMagick 7.0.5-5 Q16 x86_64

Code: Select all

convert -respect-parentheses 
I'm looking for a similar option in MagickWand C. Is there any alternate option for it?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Where is respect-parenthesis ?

Post by snibgo »

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's IM pages: im.snibgo.com
rpatelob
Posts: 62
Joined: 2017-04-17T22:17:01-07:00
Authentication code: 1151

Re: Where is respect-parenthesis ?

Post by rpatelob »

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 "(". :D
Post Reply