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


_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to