My web hosting said ImageMagic has been pre-installed on the server. I did a quick search for \"ImageMagick\" in the output of phpinfo() and I found nothing. I can\'t SSH in
You can easily check for the Imagick class in PHP.
if( class_exists("Imagick") ) { //Imagick is installed }