I have tried to get imagemagick to work for 3 days with no luck.
This is what I did.
I followed this guide.
http://www.imagemagick.org/script/binary-releases.php#macosx
I downloaded ImageMagick-universal-apple-darwin9.7.0.tar.gz and followed the instructions.
imagemagick works perfect from the terminal in leopard, but not from my PHP code.
<?php
$exec = "convert mac_mini.jpg mac_mini.png";
exec($exec, $yaks);
?>
Can someone please tell me what I need to do to get it work?
I would be very grateful if someone can help me with this.