Page 1 of 1

Re: Full Execute Rights???

Posted: 2007-04-02T18:49:50-07:00
by anthony
You do NOT need full execute rights for the PHP module form.
Only for the command line form.

There are three IM usage styles for PHP
  • Command Line, which due to IM examples has become very popular
  • MagickWand, which is a recomended solution
  • PECL Magick, which is probably the easier to install into an existing system
For more info see IM Examples, Feedback and questions, PHP
http://www.imagemagick.org/Usage/feedback.html

PS: If you have command line access to the server you could install your own command line version of IM separate to the system. However running commands from PHP may also be disabled.