Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Install ImageMagick and Alternatives
This guide concerns ImageMagick, a powerful solution for image manipulation, which you can install on a Web hosting Infomaniak.
For the installation, the simplest is to go through Fast install.
ImageMagick and Alternatives
These image manipulation solutions are compatible with Web hosting and Cloud Servers:
ImageMagick
: the main software suite for multi-purpose image manipulation via the command linePerlMagick
: Perl interface to integrate ImageMagick features into Perl scripts- Perl module
Image::Magick
: Perl extension to access ImageMagick features without specifying the absolute path of the executable GD 2.x
: Open-source graphic library offering features similar to ImageMagick, often used in web development contextsGallery 2
: image gallery management platform compatible with ImageMagick for online presentation
If necessary, the path for ImageMagick is standard since installed through the Debian repository:
/usr/bin
and for the Perl module Image::Magick
:
/usr/local/bin/convert
or without specifying the absolute path:
$ perl -e 'use Image::Magick';
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
Link to this FAQ: