gm

Install

All systems
curl cmd.cat/gm.sh
Debian Debian
apt-get install GraphicsMagick
Ubuntu
apt-get install GraphicsMagick
Arch Arch Linux
pacman -S GraphicsMagick
image/svg+xml Kali Linux
apt-get install GraphicsMagick
Windows (WSL2)
sudo apt-get update sudo apt-get install GraphicsMagick
OS X
brew install GraphicsMagick
Raspbian
apt-get install GraphicsMagick

GraphicsMagick

image generation and better quality

graphicsmagick-dbg

format-independent image processing - debugging symbols

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 debugging symbols for the gm executable as well as the C, C++, and Perl bindings. Tools like gdb and ltrace make use of these symbols.