Installing version 7.x on OSX
Posted: 2017-02-13T14:48:28-07:00
Hi,
I've just followed the Mac binary installation instructions here https://www.imagemagick.org/script/download.php
I can't use the MacPorts installation method because it's a pre v7 version on there. So I used the precompiled .tar version.
After installing I can run magick with no arguments, but if I try to convert an image, I get 'UnableToOpenConfigureFile...'. I have pasted the output below.
I'm sure there is some kind of configure file env variable that needs setting but I can't find any info about what to do for v7. Any help is appreciated.
Thanks
I've just followed the Mac binary installation instructions here https://www.imagemagick.org/script/download.php
I can't use the MacPorts installation method because it's a pre v7 version on there. So I used the precompiled .tar version.
After installing I can run magick with no arguments, but if I try to convert an image, I get 'UnableToOpenConfigureFile...'. I have pasted the output below.
I'm sure there is some kind of configure file env variable that needs setting but I can't find any info about what to do for v7. Any help is appreciated.
Thanks
Code: Select all
Jamess-Mac-mini:icon jimbo$ magick
Error: Invalid argument or not enough arguments
Usage: magick [ {option} | {image} ... ] {output_image}
magick [ {option} | {image} ... ] -script {filename} [ {script_args} ...]
magick -help | -version | -usage | -list {option}
Jamess-Mac-mini:icon jimbo$ magick icon.svg output.png
magick: UnableToOpenConfigureFile `magic.xml' @ warning/configure.c/GetConfigureOptions/715.
magick: UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/715.
magick: DelegateFailed `'rsvg' '%i' '%o'' @ error/delegate.c/InvokeDelegate/1845.
magick: UnableToOpenFile '/var/folders/_y/c9wl0szd6977kj1z66fltbh80000gp/T/magick-49457ITiNbCY8et1L': No such file or directory @ error/constitute.c/ReadImage/548.
magick: NoImageForProperty "%w" @ warning/property.c/GetMagickPropertyLetter/2550.
magick: UnknownImageProperty "%w" @ warning/property.c/InterpretImageProperties/3488.
magick: NoImageForProperty "%h" @ warning/property.c/GetMagickPropertyLetter/2438.
magick: UnknownImageProperty "%h" @ warning/property.c/InterpretImageProperties/3488.
magick: NoImageForProperty "%m" @ warning/property.c/GetMagickPropertyLetter/2469.
magick: UnknownImageProperty "%m" @ warning/property.c/InterpretImageProperties/3488.