[magick-users] ImageMagick works in terminal but not from PHP
benny at dibis.se
benny at dibis.se
Tue Jul 28 09:19:51 PDT 2009
Dear list,
I have a Apple Mac Mini that I use as a development webserver.
I have installed Apache webserver, FTP server, PHP and MySQL support.
There is only one thing I have left, ImageMagick.
ImageMagick works perfect from the terminal in Mac OS X Leopard, but I
can't get it to work from my PHP code.
This is the code I'm running.
<?php
$exec = "convert mac_mini.jpg mac_mini.png";
exec($exec, $yaks);
?>
Can someone please tell me what the problem is?
I will be very greatful if someone can help me with this. I'm about a
month behind schedule because of this.
Regards
Benny
More information about the Magick-users
mailing list