ugh.. I gave up with the binary package for mac, it just doesn't appear to be compiled correctly for osx.
I instead downloaded the source and compiled it myself. I read the Install-mac.txt file to download some of the delegates first.
I did a configure, make clean, make, make install, switched to my install folder, setup my environment variables.. and (phew!) display finally worked. Magick and identify commands appear to work ok as well. Hopefully I won't run into any other issues later.
FYI. The configure command I used:
Code: Select all
./configure CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' --enable-delegate-build --enable-shared --disable-static --with-modules --with-quantum-depth=16 --enable-hdri --with-gslib --disable-silent-rules --disable-dependency-tracking --with-rsvg --with-gs-font-dir=/opt/local/share/ghostscript/fonts/ --with-x --prefix=${HOME}/bin/ImageMagick7.0.8-65