Freetype lib

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?".
Post Reply
life4what

Freetype lib

Post by life4what »

hello,

as i know, when using -label / font command, freetype is needed.

I saw freetype is installed in the server in phpinfo

Configure Command ./configure' '--with-apxs' '--with-curl' '--with-curl-dir=/usr/local/lib' '--with-freetype' '--with-freetype-dir=/usr/lib' '--with-gd' '--with

But when I run
/usr/local/bin/identify -list format

I cannot find the Freetype nearby the TFT*TFF
and when I run convert it says:
FreeType library is not available

Why this happen?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Freetype lib

Post by anthony »

Now that you have freetype, you may need to re-configure and compile ImageMagick so that it knows you have freetype available. The pre-built versions already have this aspect compiled in.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply