In the docs there is the operation -respect-parentheses but convert does not recognize this, it only accepts -respect-parenthesis.
Could convert be changed to accept the way it is spelled in the docs (since the plural makes more sense)?
Pete
operation name
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
operation name
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: operation name
Pete,el_supremo wrote:In the docs there is the operation -respect-parentheses but convert does not recognize this, it only accepts -respect-parenthesis.
Could convert be changed to accept the way it is spelled in the docs (since the plural makes more sense)?
Pete
It used to allow either. The -respect-parentheses was added for the reason you asked. Are you sure they both are not working?
They both seem to be working for me (see http://www.imagemagick.org/Usage/basics ... arenthesis)
These work as advertised for me. (I had to change Gecko to Helvetica as I did not have Gecko font).
convert -pointsize 24 \
-font Candice label:Outside \
\( label:Inside \
-font Helvetica label:Inside \) \
label:Outside -append cmd_settings1.gif
convert -respect-parenthesis -pointsize 24 \
-font Candice label:Outside \
\( label:Inside \
-font Helvetica label:Inside \) \
label:Outside -append cmd_settings2.gif
convert -respect-parentheses -pointsize 24 \
-font Candice label:Outside \
\( label:Inside \
-font Helvetica label:Inside \) \
label:Outside -append cmd_settings3.gif
Fred
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: operation name
Oh rats. I'm using an old version of IM. Time to upgrade.
Thanks Fred.
Pete
Thanks Fred.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.