Problem with convert running as non-root
Posted: 2008-02-14T18:41:53-07:00
I have successfully installed ImageMagick-6.3.8-8 but I have a problem when I try to use it as a non-root:
Running the exact same command as root works perfectly.
What am I doing wrong?
Code: Select all
$ convert -size 100x150 -background lightblue -fill blue -font Times-Roman -pointsize 72 label:Anthony foo.jpeg
convert: unable to open image `label:Anthony': No such file or directory.
convert: missing an image filename `foo.jpeg'.
What am I doing wrong?