I am having a little problem with Fonts in ImageMagick. Unfortunately I haven't found anything on the web to solve it. It would be wonderful, if you could help me with it.
The Problem:
When using IM via bash-command
Code: Select all
convert -background white -fill black -font Helvetica -pointsize 32 label:testtext label.gif
Code: Select all
convert: FreeTypeLibraryIsNotAvailable `/usr/share/ghostscript/fonts/n019003l.pfb'.
convert: FreeTypeLibraryIsNotAvailable `/usr/share/ghostscript/fonts/n019003l.pfb'.
convert: FreeTypeLibraryIsNotAvailable `/usr/share/ghostscript/fonts/n019003l.pfb'.
Code: Select all
Path: /usr/local/lib/ImageMagick-6.3.2/config/type-ghostscript.xml
Name Family Style Stretch Weight
--------------------------------------------------------------------------------
...
Helvetica Helvetica Normal Normal 400
...
Code: Select all
/usr/lib/libfreetype.a
/usr/lib/libfreetype.la
/usr/lib/libfreetype.so
/usr/lib/libfreetype.so.6
/usr/lib/libfreetype.so.6.3.8
/usr/X11R6/lib/modules/fonts/libfreetype.so
Code: Select all
convert: FreeTypeLibraryIsNotAvailable `MYFONT.TTF'.
convert: FreeTypeLibraryIsNotAvailable `MYFONT.TTF'.
convert: FreeTypeLibraryIsNotAvailable `MYFONT.TTF'.
I am running ImageMagick 6.3.2 on a SuSE 10.1 Linux-Box (Pentium II). locate and updatedb are installed and working fine. I reinstalled ImageMagick after installing freetype-devel packages ( compiled it on my machine ).
It would be great, if one of you has come across this problem and could tell me what else to try, for I am stuck here ...
Thanks in advance
Ingmar