.. _spkg_imagemagick:

ImageMagick: A collection of tools and libraries for many image file formats
============================================================================

Description
-----------

A collection of tools and libraries for many image file formats

License
-------

Copyright [yyyy] [name of copyright owner]

Licensed under the ImageMagick License (the "License"); you may not use
this file except in compliance with the License.  You may obtain a copy
of the License at

    https://imagemagick.org/script/license.php

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
License for the specific language governing permissions and limitations
under the License.

Upstream Contact
----------------

http://www.imagemagick.org/

Type
----

optional


Dependencies
------------


Version Information
-------------------


Equivalent System Packages
--------------------------

alpine:
install the following packages: imagemagick

arch:

.. CODE-BLOCK:: bash

    $ sudo pacman -S  imagemagick


conda:

.. CODE-BLOCK:: bash

    $ conda install  imagemagick


cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install ImageMagick


Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  imagemagick


Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  ImageMagick


freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install graphics/ImageMagick7


homebrew:

.. CODE-BLOCK:: bash

    $ brew install imagemagick


macports:
install the following packages: ImageMagick

nix:

.. CODE-BLOCK:: bash

    $ nix-env --install imagemagick


opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install ImageMagick


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  ImageMagick


See https://repology.org/project/imagemagick/versions


If the system package is installed, ./configure will check whether it can be used.

