PDA

View Full Version : imagemagick path is invalid no matter what I enter.


Evanrich
17th of February 2004 (Tue), 03:38
imagemagick doesnt work in the new release. I get a message under the graphics module setup for it that says path is invalid for the convert and composite programs.

I emailed my hosting company, and the support staff informed me that the paths to the convert program are :

/usr/bin/convert and /usr/bin/composite , however my system is a linux system, so when i enter \usr\bin\convert into the path line, it shortens it to usrbinconvert and i still get a path invalid message. Any ideas?

Pekka
17th of February 2004 (Tue), 04:20
Use always forward slashes ( / ) in paths. So use

/usr/bin/convert

and

/usr/bin/composite