fmw42 wrote: ↑2018-03-13T16:22:00-07:00
If you have set up a symbolic link between convert and magick, then the two commands are the same and are using IM 7 code.
I didn't set it up. I install IM via Homebrew, and there it was. But the text I quote from the web page seems to indicate that the links are expected.
But yes, convert (and identify, etc) are surely using IM7.
fmw42 wrote: ↑2018-03-13T16:22:00-07:00
The old command syntax may be valid if using convert when it refers to IM 6 code, but would fail if you have them in the wrong order and convert is symbolically linked to magick so it is using the new IM 7 code.
Well, then it seems smart enough to use the old syntax when invoked with the old command. If I do something like the following, it works fine:
Code: Select all
convert -size 100x100 -background blue -negate xc: show:
Starting with "magick convert" works fine, too. magick alone won't work. And again, I only have IM7 on my system.
fmw42 wrote: ↑2018-03-13T16:22:00-07:00
The IM 7 code is not forgiving of syntax errors, whereas the IM 6 code is somewhat forgiving.
Again, my testing seems to indicate that IM7 is forgiving if you use the old commands without "magick". Does your system behave differently?