I want to overlay some text on an image and I wanted to use ImageMagick's annotate to do this.
On the first try to use this command, I got several errors about missing gs (Ghostscript).
I installed Ghostscript, but when I try to use annotate now, I get another error saying something like:
I'm using Mac OS/X, and I'm not used to Mac very much, so I'm not very good at working with Terminal and the commandline./usr/bin/convert: line 7: 11455 Bus error "$MAGICK_HOME/bin/$tool" "$@"
Could somebody please help me to fix this problem, so that I can use ImageMagick's annotate? Thanks!