Hi all,

I've been running a unix script which calls the image magick convert
command for a long time. This used to run perfectly fine and one day
inexplicably started giving me this error:

convert: unable to read font
'/user/local/share/ghostscript/fonts/n019113l.pfb'


Here is the line of code:

/usr/local/bin/convert $text -draw $drawcmd:q $rawinfo $mask_name

I'll define all the variables here, hopefully it wont be confusing:
$text = '-fill white -box black -pointsize 50 -gravity south'
$drawcmd = 'text 0,960 "'$tstamp:q' " '  where $tstamp = 'the date and
time of creation'
$rawinfo = '-size 1023x1023 -depth 8 gray:'$filename1
$mask_name = filename2

This directory doesnt seem to exist on my computer, and the file doesnt
exist on other image magick users' computers. I havent changed or edited
anything within the image magick directories. I'm on a sun blade 2000,
running solaris and image magick version 6.3. Its been crashing recently,
causing some strange behavior (not sure if its related but I thought I'd
mention it). Any thoughts or advice would be greatly appreciated.

Thanks!
Christina Williams

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to