Convert Text to Image
Posted: 2008-01-18T22:01:02-07:00
Hello, I have one small goal. I'm trying to convert a piece of text to an image. I tried some of the samples (Anthony's) provided and here are my errors on Mac OSX
$convert -background lightblue -fill blue -font Candice -size 165x70 label:Anthony label_size.gif
sh: line 1: gs: command not found
sh: line 1: gs: command not found
convert: no decode delegate for this image format `/var/tmp/magick-XdYQzR7Z'.
sh: line 1: gs: command not found
sh: line 1: gs: command not found
convert: no decode delegate for this image format `/var/tmp/magick-EuYdFMZx'.
convert: unable to get type metrics `Anthony'.
convert: missing an image filename `label_size.gif'.
Thanks.
$convert -background lightblue -fill blue -font Candice -size 165x70 label:Anthony label_size.gif
sh: line 1: gs: command not found
sh: line 1: gs: command not found
convert: no decode delegate for this image format `/var/tmp/magick-XdYQzR7Z'.
sh: line 1: gs: command not found
sh: line 1: gs: command not found
convert: no decode delegate for this image format `/var/tmp/magick-EuYdFMZx'.
convert: unable to get type metrics `Anthony'.
convert: missing an image filename `label_size.gif'.
Thanks.