Page 1 of 1

Posted: 2006-04-27T07:11:33-07:00
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.

Posted: 2006-04-27T10:07:46-07:00
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.

Posted: 2006-04-28T06:55:53-07:00
by magick
Replace -font Candice with -debug all on your convert command line. You added it to the identify command line.