ImageMagick
Is ImageMagick installed on my account? ImageMagick is installed on all of our hosting servers, located at:
You can check versions with the following command:
The ImageMagick/MagickWand extension for PHP is also available all servers. To invoke it, verify you have the following variable set in your php.ini:
Then, add the following line to your php.ini:
/usr/bin/convert
You can check versions with the following command:
convert -version
The ImageMagick/MagickWand extension for PHP is also available all servers. To invoke it, verify you have the following variable set in your php.ini:
extension_dir = '/usr/lib64/php/modules'
Then, add the following line to your php.ini:
extension=magickwand.so
For further information on configuring your account with the php.ini file, please see the article PHP Config