Automic VaultAutomic Vault

brew / 承認ゲート

imagemagick を Homebrew, apk, chocolatey, apt, Nix, pacman, dnf, MacPorts, scoop, zypper, winget でインストール

imagemagick のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

エージェント安全性

エージェント安全性の回答

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

認証情報アクセス

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

リモート変更

Primarily local, with possible delegated tools depending on formats.

公開/成果物リスク

Can create or overwrite generated visual artifacts.

推奨コントロール

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

エージェント利用ガイダンス

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

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install imagemagick

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install ImageMagick

MacPorts ports tree · graphics/ImageMagick/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add imagemagick

Alpine Linux edge package indexes · imagemagick · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install imagemagick

Debian stable package indexes · imagemagick · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#imagemagick

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

Arch Linux pacman確認済み · 92%
sudo pacman -S imagemagick

Arch Linux sync databases · imagemagick · ソース: geo.mirror.pkgbuild.com

Fedora dnf確認済み · 92%
sudo dnf install ImageMagick

Fedora Rawhide package metadata · ImageMagick · ソース: dl.fedoraproject.org

openSUSE zypper確認済み · 92%
sudo zypper install ImageMagick

openSUSE Tumbleweed package metadata · ImageMagick · ソース: download.opensuse.org

Windows

Chocolatey確認済み · 92%
choco install imagemagick

Chocolatey community package catalog · imagemagick · ソース: community.chocolatey.org

Scoop確認済み · 92%
scoop install main/imagemagick

Scoop official bucket manifest trees · bucket/imagemagick.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id JiriPolasek.DevNumbersforCommandPalette -e

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

概要

パッケージ概要

Tools and libraries to manipulate images in select formats

コマンドとエイリアス

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

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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.

採用の歴史

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.

使われ方

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.

パッケージ好きにとっての重要性

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.

タイムライン

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

ソース

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

承認ゲート

危険なコマンドの人手レビュー用メタデータ

ローカルの承認ゲートシードには imagemagick 用のルールが 5 件含まれます。対象エントリポイント: convert, identify, magick, mogrify。重大度ラベル: 高, 中。カバレッジ: partial、レビュー日: 2026-05-21。

ゲート対象アクション例

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
Magick++-configcliグローバル実行可能ファイル
MagickCore-configcliグローバル実行可能ファイル
MagickWand-configcliグローバル実行可能ファイル
animatecliグローバル実行可能ファイル
comparecliグローバル実行可能ファイル
compositecliグローバル実行可能ファイル
conjurecliグローバル実行可能ファイル
convertcliグローバル実行可能ファイル
displaycliグローバル実行可能ファイル
identifycliグローバル実行可能ファイル
importcliグローバル実行可能ファイル
magickcliグローバル実行可能ファイル
magick-scriptcliグローバル実行可能ファイル
mogrifycliグローバル実行可能ファイル
montagecliグローバル実行可能ファイル
streamcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版7.1.2-27
マネージャ更新日2026-07-06
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/ImageMagick/ImageMagick

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:imagemagick
バージョン7.1.2-27
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/imagemagick
ホームページhttps://imagemagick.org
リポジトリhttps://github.com/ImageMagick/ImageMagick
上流ドキュメントhttps://imagemagick.org/command-line-processing
ライセンスImageMagick
ソースアーカイブhttps://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-27/ImageMagick-7.1.2-27.7z
最終更新2026-07-06T11:06:09Z
Pulseupdated
依存関係freetype, jpeg-turbo, libheif, libpng, libtiff, libtool, little-cms2, webp, xz
ビルド依存関係pkgconf
macOS 提供ライブラリbzip2, libxml2
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点imagemagick-full includes additional tools and libraries that are not included in the regular imagemagick formula.

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • normalized package name match
  • 一致条件: 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 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 2 提供
  • 7 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 2 提供
  • 27 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 27 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 2 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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