What is the path to ImageMagick?

Imagemagick is a popular utility for manipulation of image files within scripts and is often used by image galleries.

The ImageMagick files are installed in /usr/local/bin however, different scripts may require different ways of providing the path so it's recommended each of the following are tried if unsuccessful the first time:

Mogrify: /usr/local/bin/mogrify

Convert: /usr/local/bin/convert

Identify: /usr/local/bin/identify

  • 118 Users Found This Useful
Was this answer helpful?

Related Articles

How do I test Python to make sure it is working for my account?

The following will allow you to create a test script to ensure Python is working on your account...

How do I parse PHP in HTML pages?

If you wish parse PHP in your HTML pages you need to add the following line you the .htaccess...

How do I use the Ioncube loaders?

The Ioncube loaders are installed and ready for use so you don't need to do anything to use them.

Is PHP ran as an Apache module or as CGI?

We run suPHP on our servers, so PHP is running as CGI.

Can I run PHP scripts anywhere on my web space?

You can run PHP scripts anywhere on your web space with the exception of the "cgi-bin".