Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
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:
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.
I solved my issue but will ask for a feature request.
The problem is that the configuration for the OS-X binary distribution doesn't point to the location of the ghostscript fonts. I needed to add type.xml and type_ghostscript.xml to ~/ImageMagick-6.3.5/share/ImageMagick-6.3.5/config/
I used the example files from http://imagemagick.org/script/resources.php#type.xml and modified the path in the sample type_ghostscript.xml file to the location of the fonts from the distribution that I used-- /usr/local/share/ghostscript/fonts/
That solved my problems but perhaps the OS-X binary distribution should include the fonts that it needs for annotating images and install them in ~/ImageMagick-6.3.5/share/ImageMagick-6.3.5/fonts