newbie command line problem
Posted: 2007-08-30T17:49:40-07:00
I am having problems creating a photo annotation and doing many operations. Is this syntax or a software install compatibility issue...
System is a cpanel Linux server (VPS)
PHP ver 4.47
Imagemagick ? 5.5ish
I have root SSH access...
When I run
I get no errors
When I run the following I get an error
THANKS FOR ANY HELP!!!
System is a cpanel Linux server (VPS)
PHP ver 4.47
Imagemagick ? 5.5ish
I have root SSH access...
When I run
Code: Select all
/usr/bin/convert -quality 100 -antialias -resize x320 /home/mydomain/public_html/files/test.jpg /home/mydomain/public_html/files/test2.jpg
When I run the following I get an error
Code: Select all
root@vps [/home/mydomain/public_html/files]# /usr/bin/convert /home/mydomain/public_html/files/test.jpg -fill yellow -pointsize 25 -draw 'text 10,10 "TEST" ' /home/mydomain/public_html/files/test2.jpg
sh: line 1: gs: command not found
sh: line 1: gs: command not found
convert: Postscript delegate failed `/tmp/magick-XXxKu8ud'.
sh: line 1: gs: command not found
sh: line 1: gs: command not found
convert: Postscript delegate failed `/tmp/magick-XXxyDYLC'.
root@vps [/home/mydomain/public_html/files]#