I've managed to get ImageMagick installed on an OS X server (I've tested this by writing 'convert' in bash). However, how can I get PHP to access ImageMagick?
tripy
11:03 pm on Jan 19, 2007 (gmt 0)
You can compose an shell comamnd, and ask php to pass it to the system to execute it:
Yeah I was checking out that wand thing, but installing it seems a hassle! + I installed my version of PHP and other stuff via DarwinPorts, I think that if I following wand's way on installing it, it may break my current installations.