MagickWand-config
ImageMagick app development
Install
- All systems
-
curl cmd.cat/MagickWand-config.sh
- Debian
-
apt-get install libmagickwand-dev
- Ubuntu
-
apt-get install libmagickwand-dev
- Alpine
-
apk add imagemagick6
- Arch Linux
-
pacman -S imagemagick6
- Kali Linux
-
apt-get install libmagickwand-dev
- CentOS
-
yum install ImageMagick-devel
- Fedora
-
dnf install ImageMagick-devel-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmagickwand-dev
- Raspbian
-
apt-get install libmagickwand-dev
- Dockerfile
- dockerfile.run/MagickWand-config
- Docker
-
docker run cmd.cat/MagickWand-config MagickWand-config
powered by Commando
ImageMagick-devel-1
ImageMagick app development
ImageMagick-devel
ImageMagick-devel contains the library links and header files
you'll need to develop ImageMagick applications. ImageMagick is an image manipulation program. If you want to create applications that will use ImageMagick code or APIs, you need to install ImageMagick-devel as well as ImageMagick. You do not need to install it if you just want to use ImageMagick, however.
libmagickwand-dev
image manipulation library -- dummy package
This package included the static libraries needed to compile programs using MagickWand. This is a transitional package to help migrate systems to the new ABI of libmagickwand-6 development files for default channel depth. This is a dummy package. You can safely purge or remove it.
ImageMagick
ImageMagick is an image display and manipulation tool for the X
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, and Photo CD image formats. It can resize, rotate, sharpen, color reduce, or add special effects to an image, and when finished you can either save the completed work in the original format or a different one. ImageMagick also includes command line programs for creating animated or transparent .gifs, creating composite images, creating thumbnail images, and more. ImageMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use ImageMagick code or APIs, you need to install ImageMagick-devel as well.