Text to Image not working - Please Help

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick requires the Freetype library or Ghostscript to render. Try
  • idenitfy -list configure
to see differences in the ImageMagick configuration on your local and server machines. Make sure Ghostscript is installed on both. Check the versions of each. Also add -debug all to your convert command to track differences from your local and server machines.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Ok, you have Freetype. Next up, remove the -font Candice from your command line since chances are you don't have that font. Also add -debug all to your command line to track ImageMagick looking for its fonts.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Replace -font Candice with -debug all on your convert command line. You added it to the identify command line.
Post Reply