Downloaded ImageMagick-universal-apple-darwin8.10.1.tar.gz and installed as per instructions on
http://www.imagemagick.org/script/binar ... php#macosx and it worked fine until I tried to annotate text onto an image. For example:
Code: Select all
montage -geometry +0+0 -background skyblue \
-label "Faerie Dragon" input.jpg output.jpg
results in
Code: Select all
montage: unable to read font `(null)'.
I understand that it might be better to install using MacPorts or Fink, but those require developer tools which are not allowed on the systems that I'm using. I also understand that ImageMagick requires ghostscript--even though there is no mention of it in the MacOS binary installation instructions. I'm suspecting that my ghostscript installation may be incorrect, it was also a binary install.
In any case, annotating text onto images using the ImageMagick-6.3.5 Macintosh binary isn't working out of the box.