does image magick come bundled with php? if so how do i enable it, if not where and what do i have to do to integrate it.
many thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Default its not bundled with php, you need to install an extension.
Maybe this could help you: http://php.net/manual/en/imagick.setup.php
BTW just search imagick, php and the OS and you will find how to install.