Automic VaultAutomic Vault

brew / 审批门

使用 Homebrew, apk, chocolatey, apt, Nix, pacman, dnf, MacPorts, scoop, zypper, winget 安装 imagemagick

查看 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.

审批门

高风险命令的人工审核元数据

本地审批门种子包含 5 条适用于 imagemagick 的规则。覆盖的入口点: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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