The easiest way to install imageMagick in Fedora is from yum and PECL.
$ yum install ImageMagick
$ yum install ImageMagick-devel
$ yum install php-devel
$ yum install php-pear
$ pecl install imagick
Then add “extension=imagick.so” to php.ini
Restart apache
Advertisement