MagickCore-config
ImageMagick app development
Install
- All systems
-
curl cmd.cat/MagickCore-config.sh
- Debian
-
apt-get install libmagickcore-dev
- Ubuntu
-
apt-get install libmagickcore-dev
- Alpine
-
apk add imagemagick6
- Arch Linux
-
pacman -S imagemagick6
- Kali Linux
-
apt-get install libmagickcore-dev
- CentOS
-
yum install ImageMagick-devel
- Fedora
-
dnf install ImageMagick-devel-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmagickcore-dev
- Raspbian
-
apt-get install libmagickcore-dev
- Dockerfile
- dockerfile.run/MagickCore-config
- Docker
-
docker run cmd.cat/MagickCore-config MagickCore-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.
libmagickcore-dev
low-level image manipulation library -- dummy package
This package included header files and static libraries needed to compile programs using MagickCore. This is a transitional package to help migrate systems to the new ABI of libmagickcore-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.