Last updated on September 12, 2020 by Dan Nanni
ImageMagick is a suite of command line utilities for image conversion and editing on multiple operating systems including Linux. As one of the most popular image editing software suite, ImageMagick can support almost all kinds of raster image types including GIF, JPEG, PDF, PNG, Postscript, SVG, and TIFF.
ImageMagick is included in a base repository of Debian-based systems. So simply use apt-get
command.
$ sudo apt-get install imagemagick
ImageMagick is also part of standard Red Hat-based systems. Thus installation is straightforward with yum
command.
$ sudo yum install ImageMagick
Installation of ImageMagick is straightforward on OpenSUSE with the use of zypper
command.
$ sudo zypper install imagemagick
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean