Automic VaultAutomic Vault

brew / approval gates

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

Tools and libraries to manipulate images in select formats. Version 7.1.2-27 via Homebrew; verified 2026-07-06.

agent safety

Agent safety answer

imagemagick processes image files and can read or overwrite local artifacts.

Credential access

Can read images, metadata, and paths selected by command arguments.

Remote mutation

Primarily local, with possible delegated tools depending on formats.

Publish/artifact risk

Can create or overwrite generated visual artifacts.

Recommended control

Gate broad input globs, overwrites, and processing of sensitive directories.

Agent-use guidance

Allow safe local conversions; require approval for recursive operations or sensitive input paths.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install imagemagick

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install ImageMagick

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

Linux

Alpine Linux apkverified · 92%
sudo apk add imagemagick

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

Debian aptverified · 92%
sudo apt install imagemagick

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

Fedora dnfverified · 92%
sudo dnf install ImageMagick

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

Nixverified · 92%
nix profile install nixpkgs#imagemagick

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

Arch Linux pacmanverified · 92%
sudo pacman -S imagemagick

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

openSUSE zypperverified · 92%
sudo zypper install ImageMagick

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

Windows

Chocolateyverified · 92%
choco install imagemagick

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

Scoopverified · 92%
scoop install main/imagemagick

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

Windows Package Managerverified · 92%
winget install --id JiriPolasek.DevNumbersforCommandPalette -e

Windows Package Manager source index · JiriPolasek.DevNumbersforCommandPalette · source: cdn.winget.microsoft.com

overview

Package summary

Tools and libraries to manipulate images in select formats

Commands and aliases

  • Magick++-config
  • MagickCore-config
  • MagickWand-config
  • animate
  • compare
  • composite
  • conjure
  • convert
  • display
  • identify
  • import
  • magick
  • magick-script
  • mogrify
  • montage
  • stream

history

Project history and usage

ImageMagick is a long-lived open-source suite for creating, editing, composing, converting, and inspecting raster images from command-line tools and libraries. The Homebrew imagemagick formula tracks the ImageMagick 7 line and is the mainstream package-manager entry for the suite on Homebrew.

Project history

ImageMagick began at DuPont when John Cristy needed to display 24-bit computer-generated images on monitors that could show only 256 colors. The official history describes Usenet as an early source of algorithms and technical help, and says DuPont transferred copyright so ImageMagick Studio LLC could release the software freely.

After the 1990 comp.archives posting, ImageMagick accumulated enhancements, bug reports, and source contributions. By the mid-1990s, version 4.2.9 had become the culmination of the early toolset and was appearing in the freely distributed Linux ecosystem.

Version 5 emphasized APIs and language/script integration after Bob Friesenhahn pushed for a stronger programming interface and wrote Magick++. Version 6 reorganized command-line handling after Anthony Thyssen highlighted confusion around processing multiple images. Version 7 then used lessons from version 6 to redesign pixel-channel handling around arbitrary colorspaces and floating-point channel values.

Adoption history

ImageMagick's adoption came from automation: it lets shell scripts, web applications, build systems, scientific workflows, and media pipelines perform image operations without a GUI. The upstream README names web development, graphic design, video editing, scientific research, medical imaging, and astronomy as usage areas.

Package-manager adoption is broad. The input metadata lists Alpine, Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, winget, and openSUSE mappings, and Homebrew analytics show far larger usage for the main imagemagick formula than for the full or versioned variants.

How it is used

Typical command-line use includes converting formats, resizing, cropping, compositing, comparing images, identifying metadata, creating montages, importing windows, and streaming pixel data. The resources documentation also makes policy.xml and other configuration files central to production use, especially where untrusted images or resource limits matter.

Why package nerds care

ImageMagick is one of the canonical examples of a package that is both a CLI and a library dependency. Package maintainers care about delegate libraries, codec support, security policy defaults, ABI compatibility, and the version 6 to version 7 command transition because tiny build choices can alter what image formats users can process.

Timeline

  • 1987: John Cristy begins the work at DuPont after a request to display 24-bit images on 256-color monitors.
  • 1990: ImageMagick is posted to Usenet's comp.archives group.
  • Mid-1990s: ImageMagick 4.2.9 marks the early mature public toolset and appears in the Linux ecosystem.
  • Version 5: Magick++, module loading, automatic file identification, and stronger APIs expand the project.
  • Version 6: Command-line behavior is redesigned for multi-image processing.
  • Version 7: Pixel-channel internals are redesigned for arbitrary colorspaces, arbitrary channels, and floating-point storage.

Related projects

  • Related projects include GraphicsMagick, which originated as an ImageMagick fork, the ImageMagick 6 legacy branch, Magick++, Magick.NET, Fred's ImageMagick Scripts, and Anthony Thyssen's ImageMagick Usage examples.

Sources

  • Official ImageMagick history page, ImageMagick README, command-line tools documentation, resources documentation, GitHub repository metadata, and Homebrew formula metadata.

approval gates

Human review metadata for risky commands

The local approval-gate seed includes 5 rules for imagemagick. Covered entrypoints: convert, identify, magick, mogrify. Severity labels: high, medium. Coverage: partial, reviewed 2026-05-21.

Example gated actions

  • Rewrite image files in place.
  • Write converted image output.
  • Write additional images using -write.
  • Read a file through ImageMagick @file syntax.
  • Fetch image input from a remote URL.

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_CONFIGURE_PATH$PREFIX/etc/ImageMagick-7$PREFIX/share/ImageMagick-7$XDG_CACHE_HOME/ImageMagick~/.config/ImageMagick<client path>/etc/ImageMagick
Windows
$MAGICK_CONFIGURE_PATH<windows registry>$PREFIX/config$USERPROFILE/.config/ImageMagick<client path>

executables

Installed executables

CommandKindExposureNote
Magick++-configcliglobal executable
MagickCore-configcliglobal executable
MagickWand-configcliglobal executable
animatecliglobal executable
comparecliglobal executable
compositecliglobal executable
conjurecliglobal executable
convertcliglobal executable
displaycliglobal executable
identifycliglobal executable
importcliglobal executable
magickcliglobal executable
magick-scriptcliglobal executable
mogrifycliglobal executable
montagecliglobal executable
streamcliglobal 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 version7.1.2-27
manager updated2026-07-06
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/ImageMagick/ImageMagick

install metadata

Package metadata

Package keybrew:imagemagick
Version7.1.2-27
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/imagemagick
Homepagehttps://imagemagick.org
Repositoryhttps://github.com/ImageMagick/ImageMagick
Upstream docshttps://imagemagick.org/command-line-processing
LicenseImageMagick
Source archivehttps://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-27/ImageMagick-7.1.2-27.7z
Last updated2026-07-06T11:06:09Z
Pulseupdated
Dependenciesfreetype, jpeg-turbo, libheif, libpng, libtiff, libtool, little-cms2, webp, xz
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
Caveatsimagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula.

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameimagemagick
Aliases
  • imagemagick@7
Version Scheme0
Revision0
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%

imagemagick 8:7.1.1.43+dfsg1-1+deb13u8

image manipulation programs -- binaries

https://www.imagemagick.org/

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

imagemagick-7-common 8:7.1.1.43+dfsg1-1+deb13u8

image manipulation programs -- infrastructure

https://www.imagemagick.org/

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

imagemagick-7-doc 8:7.1.1.43+dfsg1-1+deb13u8

document files of ImageMagick

https://www.imagemagick.org/

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

imagemagick-7.q16 8:7.1.1.43+dfsg1-1+deb13u8

image manipulation programs -- quantum depth Q16

https://www.imagemagick.org/

sudo apt install imagemagick-7.q16
  • Section: graphics
  • Architecture: amd64
  • Source Package: imagemagick
  • 4 dependencies
  • 2 provides
  • 27 optional deps
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: imagemagick-7.q16 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

imagemagick-7.q16hdri 8:7.1.1.43+dfsg1-1+deb13u8

image manipulation programs -- quantum depth Q16HDRI

https://www.imagemagick.org/

sudo apt install imagemagick-7.q16hdri
  • Section: graphics
  • Architecture: amd64
  • Source Package: imagemagick
  • 4 dependencies
  • 27 optional deps
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: imagemagick-7.q16hdri from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libimage-magick-perl 8:7.1.1.43+dfsg1-1+deb13u8

Perl interface to the ImageMagick graphics routines

https://www.imagemagick.org/

sudo apt install libimage-magick-perl
  • Section: perl
  • Architecture: all
  • Source Package: imagemagick
  • 3 dependencies
  • 1 provides
  • 2 optional deps
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libimage-magick-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libimage-magick-q16-perl 8:7.1.1.43+dfsg1-1+deb13u8

Perl interface to the ImageMagick graphics routines -- Q16 version

https://www.imagemagick.org/

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

libimage-magick-q16hdri-perl 8:7.1.1.43+dfsg1-1+deb13u8

Perl interface to the ImageMagick graphics routines -- Q16HDRI version

https://www.imagemagick.org/

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

libmagick++-7-headers 8:7.1.1.43+dfsg1-1+deb13u8

object-oriented C++ interface to ImageMagick - header files

https://www.imagemagick.org/

sudo apt install libmagick++-7-headers
  • Section: libdevel
  • Architecture: all
  • Source Package: imagemagick
  • 3 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagick++-7-headers from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagick++-7.q16-5 8:7.1.1.43+dfsg1-1+deb13u8

C++ interface to ImageMagick -- quantum depth Q16

https://www.imagemagick.org/

sudo apt install libmagick++-7.q16-5
  • Section: libs
  • Architecture: amd64
  • Source Package: imagemagick
  • 5 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagick++-7.q16-5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagick++-7.q16-dev 8:7.1.1.43+dfsg1-1+deb13u8

C++ interface to ImageMagick - development files (Q16)

https://www.imagemagick.org/

sudo apt install libmagick++-7.q16-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: imagemagick
  • 5 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagick++-7.q16-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagick++-7.q16hdri-5 8:7.1.1.43+dfsg1-1+deb13u8

C++ interface to ImageMagick -- quantum depth Q16HDRI

https://www.imagemagick.org/

sudo apt install libmagick++-7.q16hdri-5
  • Section: libs
  • Architecture: amd64
  • Source Package: imagemagick
  • 5 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagick++-7.q16hdri-5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagick++-7.q16hdri-dev 8:7.1.1.43+dfsg1-1+deb13u8

C++ interface to ImageMagick - development files (Q16HDRI)

https://www.imagemagick.org/

sudo apt install libmagick++-7.q16hdri-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: imagemagick
  • 5 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagick++-7.q16hdri-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagick++-dev 8:7.1.1.43+dfsg1-1+deb13u8

object-oriented C++ interface to ImageMagick -- dummy package

https://www.imagemagick.org/

sudo apt install libmagick++-dev
  • Section: libdevel
  • Architecture: all
  • Source Package: imagemagick
  • 2 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagick++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagickcore-7-arch-config 8:7.1.1.43+dfsg1-1+deb13u8

low-level image manipulation library - architecture header files

https://www.imagemagick.org/

sudo apt install libmagickcore-7-arch-config
  • Section: libdevel
  • Architecture: amd64
  • Source Package: imagemagick
  • 2 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagickcore-7-arch-config from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmagickcore-7-headers 8:7.1.1.43+dfsg1-1+deb13u8

low-level image manipulation library - header files

https://www.imagemagick.org/

sudo apt install libmagickcore-7-headers
  • Section: libdevel
  • Architecture: all
  • Source Package: imagemagick
  • 1 dependencies
  • normalized package name match
  • Matched by: Imagemagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmagickcore-7-headers from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

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
  • approval-gate seed metadata
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment