Bob Meetin wrote:
> On my webhost:
> 
> % convert -background lightblue -fill blue -font Verdana -pointsize 30 
> label:'ImageMagick\nRules - OK!' math.gif
> Fontconfig error:  Cannot load default config file

a) This has '-font', the correct option name.

b) The error message "Fontconfig error:  Cannot load default config 
file" means Fontconfig is not properly installed on that system.

> On my linux pc:
> % convert -background lightblue -fill blue -Font Arial -pointsize 30 
> label:'ImageMagick\nRules - OK!' label_multiline.gif
> convert: unrecognized option `-Font'.

c) This has '-Font', not the correct option name.

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

Reply via email to