Convert errors
Posted: 2008-04-28T17:58:36-07:00
Hi I have never posted here and have not coded with imagemagick. I am using it with a gallery management software and it has stopped working. i am not sure if it has to do with any new updates or not. My host says its the software and the software developer says its host. I hope someone can shed some light on the problem.
The program returns the following for the host to run in SSH if theres a problem.
/usr/local/bin/convert -filter Blackman -modulate 105,102,100 -enhance -quality 85 -sharpen 1x1 "*" -geometry 100x75 "/usr/local/apache/sites/client7865/MYSITE.com/htdocs/v2/g/landscape.jpg" "/usr/local/apache/sites/client7865/MYSITE.com/htdocs/v2/data/temp/test.jpg"
What the host returns is the following when they run the above.
sh: html2ps: command not found
sh: html2ps: command not found
convert: Delegate failed `"html2ps" -U -o "%o" "%i"'.
convert: unable to open image `/tmp/magick-XXOyscx2': No such file or directory.
convert: unable to open file `/tmp/magick-XXOyscx2': No such file or directory.
convert: Delegate failed `"html2ps" -U -o "%o" "%i"'.
convert: unable to open image `/tmp/magick-XXr2aClx': No such file or directory.
convert: unable to open file `/tmp/magick-XXr2aClx': No such file or directory.
Does this mean anything and can anyone help me determine where the error stems from.
Thanks
Ian
The program returns the following for the host to run in SSH if theres a problem.
/usr/local/bin/convert -filter Blackman -modulate 105,102,100 -enhance -quality 85 -sharpen 1x1 "*" -geometry 100x75 "/usr/local/apache/sites/client7865/MYSITE.com/htdocs/v2/g/landscape.jpg" "/usr/local/apache/sites/client7865/MYSITE.com/htdocs/v2/data/temp/test.jpg"
What the host returns is the following when they run the above.
sh: html2ps: command not found
sh: html2ps: command not found
convert: Delegate failed `"html2ps" -U -o "%o" "%i"'.
convert: unable to open image `/tmp/magick-XXOyscx2': No such file or directory.
convert: unable to open file `/tmp/magick-XXOyscx2': No such file or directory.
convert: Delegate failed `"html2ps" -U -o "%o" "%i"'.
convert: unable to open image `/tmp/magick-XXr2aClx': No such file or directory.
convert: unable to open file `/tmp/magick-XXr2aClx': No such file or directory.
Does this mean anything and can anyone help me determine where the error stems from.
Thanks
Ian