Automic VaultAutomic Vault

brew

Install graphicsmagick with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Image processing tools collection. Version 1.3.47 via Homebrew; verified 2026-07-05.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install graphicsmagick

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install GraphicsMagick

MacPorts ports tree · graphics/GraphicsMagick/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add graphicsmagick

Alpine Linux edge package indexes · graphicsmagick · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install graphicsmagick

Debian stable package indexes · graphicsmagick · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install GraphicsMagick

Fedora Rawhide package metadata · GraphicsMagick · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#graphicsmagick

nixpkgs package indexes · pkgs/by-name/gr/graphicsmagick/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S graphicsmagick

Arch Linux sync databases · graphicsmagick · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install GraphicsMagick

openSUSE Tumbleweed package metadata · GraphicsMagick · source: download.opensuse.org

Windows

Chocolateyverified · 92%
choco install graphicsmagick

Chocolatey community package catalog · graphicsmagick · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/graphicsmagick

Scoop official bucket manifest trees · bucket/graphicsmagick.json · source: api.github.com

overview

Package summary

Image processing tools collection

Commands and aliases

  • GraphicsMagick++-config
  • GraphicsMagick-config
  • GraphicsMagickWand-config
  • gm

history

Project history and usage

GraphicsMagick is a command-line and library image-processing suite centered on the `gm` executable. It descends from ImageMagick but intentionally emphasizes long-term interface compatibility, a stable release branch, smaller dependency footprints, and predictable behavior for scripted image conversion workflows.

In package-manager culture it occupies the practical space between heavyweight imaging frameworks and single-purpose converters: install it, call `gm convert`, `gm identify`, or `gm mogrify`, and get a stable Unix-friendly toolchain for raster and vector image transformations.

Project history

The project was created on November 19, 2002 as a fork of ImageMagick shortly before the ImageMagick 5.5.2 release. The GraphicsMagick project described its objectives as open development, developer participation, reduced source churn, a preserved stable API, efficient code, improved memory use, a reliable release process, and an accurate ChangeLog.

Early releases renamed the installed libraries, headers, configuration scripts, and Perl namespace from ImageMagick names to GraphicsMagick names, while consolidating user-facing utilities behind the `gm` command. That namespace split made it possible for systems to package GraphicsMagick alongside other image tools without pretending it was only a drop-in binary clone.

GraphicsMagick's FAQ frames the fork as a stability and compatibility project: command syntax and APIs remained upward compatible with ImageMagick 5.5.2, while GraphicsMagick stopped importing later ImageMagick source after licensing and project-direction changes. This makes the package historically important as both a technical fork and a packaging-policy fork.

Adoption history

GraphicsMagick became attractive to Unix package maintainers because it retained a permissive MIT-style license, exposed command-line tools and C/C++ APIs, and kept dependencies comparatively restrained. Its own FAQ calls out smaller installation footprint and fewer external libraries than ImageMagick on some systems, which is exactly the kind of difference distribution maintainers notice.

The package spread through mainstream operating-system package sets as a stable image conversion dependency for scripts, build systems, and web backends. Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Alpine, Chocolatey, Scoop, and other package managers all carry it under recognizable GraphicsMagick naming.

The project also invested in performance work useful to batch processing: release notes describe OpenMP acceleration, multi-core CPU work, faster image I/O, and optimizations for large images. Those choices helped GraphicsMagick retain relevance in server-side conversion pipelines where reproducibility and throughput matter more than a broad UI surface.

How it is used

The common package-manager use case is installing the `gm` CLI and invoking subcommands such as `gm convert`, `gm identify`, `gm mogrify`, `gm montage`, `gm composite`, and `gm display`. Existing ImageMagick 5-era scripts often require only the `gm` prefix or compatibility links, while new scripts can rely on the explicit GraphicsMagick command namespace.

GraphicsMagick is also used as a library dependency through GraphicsMagick, GraphicsMagick++, and GraphicsMagickWand configuration scripts. Build systems use those scripts or pkg-config metadata to compile software that reads, writes, transforms, or inspects images.

Configuration lives in `.mgk` files such as colors, delegates, log, modules, and type definitions. That matters to packagers because delegate programs and codec support vary by platform and build options.

Why package nerds care

GraphicsMagick is a classic fork that package maintainers can explain in one sentence: ImageMagick lineage, steadier API, smaller dependency appetite, and the `gm` command. That clarity made it easy to expose as an alternative dependency in ports trees and Linux distributions.

It is also a useful example of why package history is not only version numbers. Licensing, trademarks, API stability, dependency count, and command naming all shaped the package's identity as much as image-processing features did.

For Homebrew-style users, GraphicsMagick is the kind of formula installed indirectly by image workflows and directly by people who prefer predictable CLI behavior for scripted conversion jobs.

Timeline

  • 1992: ImageMagick development began at E. I. du Pont de Nemours and Company, according to the GraphicsMagick FAQ.
  • 1999: ImageMagick Studio LLC forked ImageMagick, according to the GraphicsMagick FAQ.
  • 2002: GraphicsMagick was created as a fork shortly before ImageMagick 5.5.2.
  • 2003: GraphicsMagick 1.0 was released, with renamed libraries and utilities consolidated under `gm`.
  • 2004: GraphicsMagick 1.1 followed with additional platform and stability work.
  • 2008: GraphicsMagick 1.3 established a long-lived release line.

Related projects

  • ImageMagick is the direct ancestor and the project GraphicsMagick is most often compared with.
  • Ghostscript, FreeType, libpng, libtiff, libjpeg, WebP, and other delegate libraries shape which formats a GraphicsMagick build can handle.
  • Graphviz is unrelated technically but often appears nearby in package graphs because both are long-lived Unix graphics tools with CLI-first workflows.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for graphicsmagick. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 11 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.magick/colors.mgk~/.magick/delegates.mgk~/.magick/log.mgk~/.magick/modules.mgk~/.magick/type.mgk

executables

Installed executables

CommandKindExposureNote
GraphicsMagick++-configcliglobal executable
GraphicsMagick-configcliglobal executable
GraphicsMagickWand-configcliglobal executable
gmcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.3.47
manager updated2026-07-05
local dataok
upstreamnot checked
latest detectednot detected

https://graphicsmagick.sourceforge.io/

install metadata

Package metadata

Package keybrew:graphicsmagick
Version1.3.47
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/graphicsmagick
Homepagehttps://graphicsmagick.sourceforge.io/
Repositoryhttps://foss.heptapod.net/graphicsmagick/graphicsmagick
Upstream docshttps://graphicsmagick.sourceforge.io/FAQ.html
LicenseMIT
Source archivehttps://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.47/GraphicsMagick-1.3.47.tar.xz
Last updated2026-07-05T23:07:18Z
Pulseupdated
Dependenciesfreetype, jasper, jpeg-turbo, jpeg-xl, libheif, libpng, libtiff, libtool, little-cms2, webp, zstd
Build dependenciespkgconf
Uses from macOSbzip2, libxml2
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegraphicsmagick
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

graphicsmagick 1.4+really1.3.45+hg17696-1

collection of image processing tools

http://www.graphicsmagick.org/

sudo apt install graphicsmagick
  • Section: graphics
  • Architecture: amd64
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

graphicsmagick-dbg 1.4+really1.3.45+hg17696-1

format-independent image processing - debugging symbols

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-dbg
  • Section: debug
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 dependencies
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick-dbg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

graphicsmagick-imagemagick-compat 1.4+really1.3.45+hg17696-1

image processing tools providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-imagemagick-compat
  • Section: graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick-imagemagick-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

graphicsmagick-libmagick-dev-compat 1.4+really1.3.45+hg17696-1

image processing libraries providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-libmagick-dev-compat
  • Section: graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 3 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick-libmagick-dev-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphics-magick-perl 1.4+really1.3.45+hg17696-1

format-independent image processing - perl interface

http://www.graphicsmagick.org/

sudo apt install libgraphics-magick-perl
  • Section: perl
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphics-magick-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick++-q16-12t64 1.4+really1.3.45+hg17696-1

format-independent image processing - C++ shared library

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick++-q16-12t64
  • Section: libs
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick++-q16-12t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick++1-dev 1.4+really1.3.45+hg17696-1

format-independent image processing - C++ development files

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick++1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 2 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick++1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick-q16-3t64 1.4+really1.3.45+hg17696-1

format-independent image processing - C shared library

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick-q16-3t64
  • Section: libs
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 19 dependencies
  • 1 provides
  • 3 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick-q16-3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick1-dev 1.4+really1.3.45+hg17696-1

format-independent image processing - C development files

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 25 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

graphicsmagick

nix profile install nixpkgs#graphicsmagick
  • normalized package name match
  • Matched by: Graphicsmagick
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gr/graphicsmagick/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

graphicsmagick 1.4+really1.3.42-1.1build3

collection of image processing tools

http://www.graphicsmagick.org/

sudo apt install graphicsmagick
  • Section: universe/graphics
  • Architecture: amd64
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

graphicsmagick-dbg 1.4+really1.3.42-1.1build3

format-independent image processing - debugging symbols

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-dbg
  • Section: universe/graphics
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 dependencies
  • normalized package name match
  • Matched by: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

graphicsmagick-imagemagick-compat 1.4+really1.3.42-1.1build3

image processing tools providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-imagemagick-compat
  • Section: universe/graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick-imagemagick-compat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

graphicsmagick-libmagick-dev-compat 1.4+really1.3.42-1.1build3

image processing libraries providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-libmagick-dev-compat
  • Section: universe/graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 3 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick-libmagick-dev-compat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgraphics-magick-perl 1.4+really1.3.42-1.1build3

format-independent image processing - perl interface

http://www.graphicsmagick.org/

sudo apt install libgraphics-magick-perl
  • Section: universe/perl
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgraphics-magick-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgraphicsmagick++-q16-12t64 1.4+really1.3.42-1.1build3

format-independent image processing - C++ shared library

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick++-q16-12t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgraphicsmagick++-q16-12t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment