This forum is no longer active. Please post your questions to our new community site
how do I use imagemagick with php
|
|
Can somebody tell me how I can use imagemagick with php? Is everything already configured or do I need to do something? Thank you, |
|
|
Hi, It is usual that PHP applications execute the “convert” binary application directly, for example Coppermine or Gallery. If you want to integrate PHP and ImageMagick you can follow this guide to configure it: http://us3.php.net/manual/en/book.imagick.php I hope it helps. |

