Hello, I am trying to get imagemagick working, and can't quite figure it out. I followed the directions for for installing, and everything looks fine, as in the commands are accessible from the command line, but I can't access the functions from by website. if I write a phpinfo() file, imagemagick does not show up, so I think it is a path problem. How do I get imagemagick, currently in ~/bin on my apache path? I tried using the application panel, and then putting a php.ini file in the created directory, but that didn't do anything. thanks, maria asked 24 Jan '13, 19:07 mariak |
I believe you should be able to do this using
at the beginning of your PHP application code, so that subsequent calls to imagemagick find this on your answered 25 Jan '13, 02:15 ryans ♦♦ This isn't working for me. I tried it with a little test file:
When I load the page, the PHP info gives no info about imagemagick, and I get the no, imagemagick probably not installed. You can see the page here http://www.mariakathryn.net/test.php From the command line, it works fine. Interestingly, there do seem to be some imagemagick tools in /usr/bin, but obviously I'm not seeing those either.
(25 Jan '13, 13:59)
mariak
Just noticed it scrubbed my code, but you can see it by looking at source of the link.
(25 Jan '13, 18:45)
mariak
I just fixed the code in your comment (it needed to be indented).
(25 Jan '13, 19:08)
seanf
|