Installation resources?

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
screenplay
Posts: 1
Joined: 2019-05-30T12:54:00-07:00
Authentication code: 1152

Installation resources?

Post by screenplay »

I am trying to set ImageMagick up on a Raspberry Pi, does anyoe know if this is possible? Is there any good resources for installation documentation? I have looked and I have found some docs on how to install ImageMagick, but I have a client that said he is using a PHP type of interface, If I install ImageMagick using "apt-get install imagmagick" it works with command line commands, would like to know how to install/integrate the PHP based version, and I do apologize if I am just not finding the documentation easily.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Installation resources?

Post by fmw42 »

Best I can suggest is you want PHP Imagick rather than MagickWand for PHP is to see https://pecl.php.net/package/imagick and https://www.php.net/manual/en/imagick.setup.php
Post Reply