can't get convert running
Posted: 2017-03-27T09:31:10-07:00
Hello --
I've installed Image Magick 7.0.3 from a binary distribution on my MacBookPro, running MacOS 10.12.3 (Sierra).
I wish to convert (mostly) TIFF images to Encapsulated PostScript. But I can't get 'convert' up and running.
I followed all the instructions given in https://www.imagemagick.org/script/download.php.
The following is how the environment variables are now set:
MAGICK_HOME /Users/j.w/Programs/ImageMagick/ImageMagick-7.0.3
DYLD_LIBRARY /Users/j.w/Programs/ImageMagick/ImageMagick-7.0.3/lib/
PATH /Users/j.w/Programs/ImageMagick/ImageMagick-7.0.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
To test 'convert' I use the file 'logo.png' contained in the distribution
Now, entering
convert logo.png logo.eps
I get the following message:
Abort trap: 6
No idea what this does mean.
I've converted 'logo.png' to 'logo.tiff' (using 'preview') and try to convert it to EPS:
convert logo.tiff logo.eps
Now I get a series of warnings and fatal messages:
convert: UnableToOpenConfigureFile `magic.xml' @ warning/configure.c/GetConfigureOptions/715.
convert: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/715.
convert: NoDecodeDelegateForThisImageFormat `TIFF' @ error/constitute.c/ReadImage/508.
convert: NoImagesDefined `logo.eps' @ error/convert.c/ConvertImageCommand/3253.
It seems to me 'convert' looks for those *.xml files that are stored sub $MAGICK_HOME/etc/ImageMagick-7
but cannot find them. Why if the MAGICK_HOME variable is set correctly?
I've been using 'convert' for years to do TIFF->EPS conversions routinely. After a disk crash and new system
installation I was left without this tool, so I'm trying to get it back. It doesn't work? Can anyone help me?
Thanks.
I've installed Image Magick 7.0.3 from a binary distribution on my MacBookPro, running MacOS 10.12.3 (Sierra).
I wish to convert (mostly) TIFF images to Encapsulated PostScript. But I can't get 'convert' up and running.
I followed all the instructions given in https://www.imagemagick.org/script/download.php.
The following is how the environment variables are now set:
MAGICK_HOME /Users/j.w/Programs/ImageMagick/ImageMagick-7.0.3
DYLD_LIBRARY /Users/j.w/Programs/ImageMagick/ImageMagick-7.0.3/lib/
PATH /Users/j.w/Programs/ImageMagick/ImageMagick-7.0.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
To test 'convert' I use the file 'logo.png' contained in the distribution
Now, entering
convert logo.png logo.eps
I get the following message:
Abort trap: 6
No idea what this does mean.
I've converted 'logo.png' to 'logo.tiff' (using 'preview') and try to convert it to EPS:
convert logo.tiff logo.eps
Now I get a series of warnings and fatal messages:
convert: UnableToOpenConfigureFile `magic.xml' @ warning/configure.c/GetConfigureOptions/715.
convert: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/715.
convert: NoDecodeDelegateForThisImageFormat `TIFF' @ error/constitute.c/ReadImage/508.
convert: NoImagesDefined `logo.eps' @ error/convert.c/ConvertImageCommand/3253.
It seems to me 'convert' looks for those *.xml files that are stored sub $MAGICK_HOME/etc/ImageMagick-7
but cannot find them. Why if the MAGICK_HOME variable is set correctly?
I've been using 'convert' for years to do TIFF->EPS conversions routinely. After a disk crash and new system
installation I was left without this tool, so I'm trying to get it back. It doesn't work? Can anyone help me?
Thanks.