Font-Rendering-Trouble, SuSE 10.1, IM 6.3.2
Posted: 2007-06-22T03:23:46-07:00
Hello magick-users!
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
he gives me the following error message:
which is strange, because a "convert -list type" returns this:
... and a locate libfreetype returns:
When using convert with a Truetype-Font-File on the command-line (-font MYFONT.TTF), the error message reads like this:
The funny thing is, that (only in this TTF-case) it is producing the Image with the right font in spite of the error messages (which puzzled me completely).
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
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