Magick-config
image processing libraries providing ImageMagick interface
Install
- All systems
-
curl cmd.cat/Magick-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 graphicsmagick-libmagick-dev-compat
- CentOS
-
yum install ImageMagick-devel
- Fedora
-
dnf install ImageMagick-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmagickcore-dev
- Raspbian
-
apt-get install graphicsmagick-libmagick-dev-compat
- Dockerfile
- dockerfile.run/Magick-config
- Docker
-
docker run cmd.cat/Magick-config Magick-config
powered by Commando
graphicsmagick-libmagick-dev-compat
image processing libraries providing ImageMagick interface
GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. The GraphicsMagick libraries are a fork of ImageMagick and therefore offer programming interfaces that are mostly compatible. While there might be small differences, experience tells that many programs only use a compatible subset and build fine with either GraphicsMagick or ImageMagick. While GraphicsMagick uses different names for libraries, classes, and helper applications in order to coexist with ImageMagick, this package intends to minimise porting efforts by exporting the GraphicsMagick interface with the usual ImageMagick names. Note that this package only tries to provide build-time compatibility. Run-time libraries of ImageMagick and GraphicsMagick are incompatible and cannot be interchanged. This package includes compatibility wrappers for the C, C++, and Perl libraries.
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.