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 an Infomaniak Web Hosting.
For installation, the easiest way is to use Fast Installer.
ImageMagick and alternatives
These image manipulation solutions are compatible with Web Hosting and Cloud Servers:
ImageMagick: the main software suite for versatile image manipulation via the command linePerlMagick: Perl interface to integrate ImageMagick functionalities into Perl scripts- Perl Module
Image::Magick: Perl extension to access ImageMagick functionalities without specifying the absolute path of the executable GD 2.x: open-source graphics library offering functionalities 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 it is installed through the Debian repository:
/usr/binand for the Perl module Image::Magick:
/usr/local/bin/convertor 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: