Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
convert: delegate library support not built-in `/usr/local/im640/lib/ImageMagick-6.4.0/config//usr/share/ghostscript/fonts/n019003l.pfb' (Freetype).
convert: delegate library support not built-in `/usr/local/im640/lib/ImageMagick-6.4.0/config//usr/share/ghostscript/fonts/n019003l.pfb' (Freetype).
convert: delegate library support not built-in `/usr/local/im640/lib/ImageMagick-6.4.0/config//usr/share/ghostscript/fonts/n019003l.pfb' (Freetype).
May be I must install something more? Don't know what.
Best regards.
Jean Tinguely Awais
Looks like Freetype was not validated at build time. It is required to render text properly. Without it the text should be rendered but not as accurately. When you run the ImageMagick configure script look at the last 50 or so lines of output. Make sure it says that Freetype support is enabled. If not, see config.log for the reason it failed to validate. Fix the problem and rerun the ImageMagick configure script until Freetype validate. Now just build and install and your command should work.
>./configure --prefix=/usr/local/im640 --with-freetype=yes > output.txt
>cat output.txt | grep freetype
checking for freetype-config... no
checking for FT_Init_FreeType in -lfreetype... no
checking for freetype/freetype.h... no
FreeType --with-freetype=yes no
Don't understand why the configuration will not make whit-freetype=yes.
If I check my installation I see ( Ubuntu 5.10 ) :
>dpkg -l | grep ii | grep freetype
ii freetype1-tools 1.4pre.20030402-1.1 Bundled tests, demos and tools for FreeType
ii freetype2 1.4pre.20030402-1.1 Dummy package for transition to libttf2
ii libfreetype6 2.1.7-2.4ubuntu1 FreeType 2 font engine, shared library files
Thank you for your help.
Best regards.
Jean Tinguely Awais.
# convert -background lightblue -fill "cmyk(0,0,0,100)" -font Times-Roman -pointsize 80 label:Artification testConvert1.pdf
convert: unable to read font `Times-Roman'.
convert: delegate library support not built-in `Times-Roman' (Freetype).
convert: unable to read font `Times-Roman'.
convert: delegate library support not built-in `Times-Roman' (Freetype).
convert: unable to read font `Times-Roman'.
convert: delegate library support not built-in `Times-Roman' (Freetype).
The "convert -list font" send an empty string?!
I'm lost.
Thank you for your help.
Best Regards.
Jean Tinguely Awais.
You need to install the FreeType and FreeType development distributions on your system and rerun the ImageMagick configure script. Check the output of the script and make sure FreeType validated. Next rebuild and reinstall ImageMagick. You will now be able to render TrueType fonts.