Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Support for ImageMagick and PerlMagick
ImageMagick is compatible with our web hostings and our managed Cloud Servers.
To use ImageMagick with the exec() function, you need to enable the exec() function of the site concerned, because this component is disabled by default for security reasons.
The path for ImageMagick is standard because it is installed via the Debian depot:
/opt/misc/imagemagick/bin
All ImageMagick commands are under /usr/bin/
:
/usr/bin/animate
/usr/bin/compare
/usr/bin/composite
/usr/bin/conjure
/usr/bin/convert
/usr/bin/display
/usr/bin/identify
/usr/bin/import
/usr/bin/mogrify
/usr/bin/montage
/usr/bin/stream
Our hostings also support the Perl module, Image::Magick (its path is /usr/local/bin/convert), which you can use for example to convert a PDF file to a JPG image. You can use it without specifying the full path:
$ perl -e 'use Image::Magick';
Alternatives to ImageMagick
- The GD 2.x library offers the same features as ImageMagick
- Gallery 2 is also compatible with our hostings
Link to this FAQ: