Frequently Asked Questions

Help Center Search

Can I use ImageMagick with my Linux hosting account?

Print this Article
Comment on this Article
Last Updated: February 19, 2007 1:49 PM

Yes, you can use ImageMagick with all of our Linux shared hosting accounts.

ImageMagick is a powerful set of image manipulation utilities that you can access through your code to create, edit, and compose bitmap images. There are many Web applications that use ImageMagick to manipulate images, or, if you're an experienced programmer, you can use Perl or PHP to access ImageMagick's convert utility.

The convert path to ImageMagick, version 5 on our servers is:

/usr/bin/

The convert path to ImageMagick, version 6 on our servers is:

/usr/local/bin/

For more information about ImageMagick and how you can use it, visit the ImageMagick Web site.