GraphicsMagick++-config
GraphicsMagick library
Install
- All systems
-
curl cmd.cat/GraphicsMagick++-config.sh
- Debian
-
apt-get install libgraphicsmagick++1-dev
- Ubuntu
-
apt-get install libgraphicsmagick++1-dev
- Arch Linux
-
pacman -S GraphicsMagick
- Kali Linux
-
apt-get install libgraphicsmagick++1-dev
- Fedora
-
dnf install GraphicsMagick-c++-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgraphicsmagick++1-dev
- Raspbian
-
apt-get install libgraphicsmagick++1-dev
- Dockerfile
- dockerfile.run/GraphicsMagick++-config
GraphicsMagick-c++-devel
GraphicsMagick library
libgraphicsmagick++1-dev
format-independent image processing - C++ development files
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 library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. This package contains the C++ development headers and library files needed to compile programs using the GraphicsMagick++ library.