Adamski
Adamski

Reputation: 6029

image magick php, install

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

Upvotes: 0

Views: 221

Answers (1)

Tom Vervoort
Tom Vervoort

Reputation: 534

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.

Upvotes: 2

Related Questions