Freetype missing ...

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Once the Freetype development library is installed, you must configure and build ImageMagick from source to include support. After you run the configure script look at the last 50 lines of output. It will tell you if ImageMagick could validate the Freetype library. If not, fix the problem it reports in the config.log file and try again.
Post Reply