Automic VaultAutomic Vault

brew / Approval Gates

imagemagick mit Homebrew, apk, chocolatey, apt, Nix, pacman, dnf, MacPorts, scoop, zypper, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für imagemagick in AI-Agent-Workflows.

Agent-Sicherheit

Antwort zur Agent-Sicherheit

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

Credential-Zugriff

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

Änderungen an Remote-Zustand

Primarily local, with possible delegated tools depending on formats.

Publish-/Artefakt-Risiko

Can create or overwrite generated visual artifacts.

Empfohlene Kontrolle

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

Hinweise für Agent-Nutzung

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install imagemagick

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install ImageMagick

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add imagemagick

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

Debian aptverifiziert · 92%
sudo apt install imagemagick

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

Nixverifiziert · 92%
nix profile install nixpkgs#imagemagick

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S imagemagick

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

Fedora dnfverifiziert · 92%
sudo dnf install ImageMagick

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

openSUSE zypperverifiziert · 92%
sudo zypper install ImageMagick

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

Windows

Chocolateyverifiziert · 92%
choco install imagemagick

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

Scoopverifiziert · 92%
scoop install main/imagemagick

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

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

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

Überblick

Paketzusammenfassung

Tools and libraries to manipulate images in select formats

Befehle und Aliase

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

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Quellen

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

Approval Gates

Metadaten für menschliche Prüfung riskanter Befehle

Der lokale Approval-Gate-Seed enthält 5 Regeln für imagemagick. Abgedeckte Einstiegspunkte: convert, identify, magick, mogrify. Schweregrade: hoch, mittel. Abdeckung: partial, geprüft am 2026-05-21.

Beispiele für gated Aktionen

  • 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

Installierte Executables

BefehlArtSichtbarkeitHinweis
Magick++-configcliglobales Executable
MagickCore-configcliglobales Executable
MagickWand-configcliglobales Executable
animatecliglobales Executable
comparecliglobales Executable
compositecliglobales Executable
conjurecliglobales Executable
convertcliglobales Executable
displaycliglobales Executable
identifycliglobales Executable
importcliglobales Executable
magickcliglobales Executable
magick-scriptcliglobales Executable
mogrifycliglobales Executable
montagecliglobales Executable
streamcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version7.1.2-27
Manager aktualisiert2026-07-06
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/ImageMagick/ImageMagick

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:imagemagick
Version7.1.2-27
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/imagemagick
Homepagehttps://imagemagick.org
Repositoryhttps://github.com/ImageMagick/ImageMagick
Upstream-Dokumentationhttps://imagemagick.org/command-line-processing
LizenzImageMagick
Quellarchivhttps://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-27/ImageMagick-7.1.2-27.7z
Zuletzt aktualisiert2026-07-06T11:06:09Z
Pulseupdated
Abhängigkeitenfreetype, jpeg-turbo, libheif, libpng, libtiff, libtool, little-cms2, webp, xz
Build-Abhängigkeitenpkgconf
Von macOS bereitgestellte Bibliothekenbzip2, libxml2
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
Einschränkungenimagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula.

Registry-Fakten

Details aus der Quelldatenbank

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-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • 27 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 27 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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