Automic VaultAutomic Vault

brew / portes d'approbation

Installer imagemagick avec Homebrew, apk, chocolatey, apt, Nix, pacman, dnf, MacPorts, scoop, zypper, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de imagemagick pour les workflows d'agents IA.

sécurité des agents

Réponse sur la sécurité des agents

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

Accès aux identifiants

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

Modification distante

Primarily local, with possible delegated tools depending on formats.

Risque de publication ou d'artéfact

Can create or overwrite generated visual artifacts.

Contrôle recommandé

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

Conseils d'utilisation par les agents

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install imagemagick

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install ImageMagick

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add imagemagick

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

Debian aptvérifié · 92%
sudo apt install imagemagick

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

Nixvérifié · 92%
nix profile install nixpkgs#imagemagick

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S imagemagick

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

Fedora dnfvérifié · 92%
sudo dnf install ImageMagick

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

openSUSE zyppervérifié · 92%
sudo zypper install ImageMagick

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

Windows

Chocolateyvérifié · 92%
choco install imagemagick

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

Scoopvérifié · 92%
scoop install main/imagemagick

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

Windows Package Managervérifié · 92%
winget install --id JiriPolasek.DevNumbersforCommandPalette -e

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

aperçu

Résumé du paquet

Tools and libraries to manipulate images in select formats

Commandes et alias

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

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

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

portes d'approbation

Métadonnées de revue humaine pour commandes risquées

La graine locale de portes d'approbation contient 5 règles pour imagemagick. Points d'entrée couverts : convert, identify, magick, mogrify. Niveaux de sévérité : élevé, moyen. Couverture : partial, revu le 2026-05-21.

Exemples d'actions contrôlées

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

exécutables

Exécutables installés

CommandeTypeExpositionNote
Magick++-configcliexécutable global
MagickCore-configcliexécutable global
MagickWand-configcliexécutable global
animatecliexécutable global
comparecliexécutable global
compositecliexécutable global
conjurecliexécutable global
convertcliexécutable global
displaycliexécutable global
identifycliexécutable global
importcliexécutable global
magickcliexécutable global
magick-scriptcliexécutable global
mogrifycliexécutable global
montagecliexécutable global
streamcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire7.1.2-27
gestionnaire mis à jour2026-07-06
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/ImageMagick/ImageMagick

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:imagemagick
Version7.1.2-27
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/imagemagick
Page d'accueilhttps://imagemagick.org
Dépôthttps://github.com/ImageMagick/ImageMagick
Docs amonthttps://imagemagick.org/command-line-processing
LicenceImageMagick
Archive sourcehttps://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-27/ImageMagick-7.1.2-27.7z
Dernière mise à jour2026-07-06T11:06:09Z
Pulseupdated
Dépendancesfreetype, jpeg-turbo, libheif, libpng, libtiff, libtool, little-cms2, webp, xz
Dépendances de compilationpkgconf
Bibliothèques fournies par macOSbzip2, libxml2
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
Précautionsimagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula.

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • normalized package name match
  • Correspondance par : 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 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • 7 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • 27 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 27 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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