Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install graphicsmagick

local Homebrew formula metadata

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

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

Linux

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

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

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

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

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

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

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

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

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

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

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

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

Windows

Chocolatey確認済み · 92%
choco install graphicsmagick

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

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

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

概要

パッケージ概要

Image processing tools collection

コマンドとエイリアス

  • GraphicsMagick++-config
  • GraphicsMagick-config
  • GraphicsMagickWand-config
  • gm

履歴

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

GraphicsMagick is a command-line and library image-processing suite centered on the `gm` executable. It descends from ImageMagick but intentionally emphasizes long-term interface compatibility, a stable release branch, smaller dependency footprints, and predictable behavior for scripted image conversion workflows.

In package-manager culture it occupies the practical space between heavyweight imaging frameworks and single-purpose converters: install it, call `gm convert`, `gm identify`, or `gm mogrify`, and get a stable Unix-friendly toolchain for raster and vector image transformations.

プロジェクトの歴史

The project was created on November 19, 2002 as a fork of ImageMagick shortly before the ImageMagick 5.5.2 release. The GraphicsMagick project described its objectives as open development, developer participation, reduced source churn, a preserved stable API, efficient code, improved memory use, a reliable release process, and an accurate ChangeLog.

Early releases renamed the installed libraries, headers, configuration scripts, and Perl namespace from ImageMagick names to GraphicsMagick names, while consolidating user-facing utilities behind the `gm` command. That namespace split made it possible for systems to package GraphicsMagick alongside other image tools without pretending it was only a drop-in binary clone.

GraphicsMagick's FAQ frames the fork as a stability and compatibility project: command syntax and APIs remained upward compatible with ImageMagick 5.5.2, while GraphicsMagick stopped importing later ImageMagick source after licensing and project-direction changes. This makes the package historically important as both a technical fork and a packaging-policy fork.

採用の歴史

GraphicsMagick became attractive to Unix package maintainers because it retained a permissive MIT-style license, exposed command-line tools and C/C++ APIs, and kept dependencies comparatively restrained. Its own FAQ calls out smaller installation footprint and fewer external libraries than ImageMagick on some systems, which is exactly the kind of difference distribution maintainers notice.

The package spread through mainstream operating-system package sets as a stable image conversion dependency for scripts, build systems, and web backends. Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Alpine, Chocolatey, Scoop, and other package managers all carry it under recognizable GraphicsMagick naming.

The project also invested in performance work useful to batch processing: release notes describe OpenMP acceleration, multi-core CPU work, faster image I/O, and optimizations for large images. Those choices helped GraphicsMagick retain relevance in server-side conversion pipelines where reproducibility and throughput matter more than a broad UI surface.

使われ方

The common package-manager use case is installing the `gm` CLI and invoking subcommands such as `gm convert`, `gm identify`, `gm mogrify`, `gm montage`, `gm composite`, and `gm display`. Existing ImageMagick 5-era scripts often require only the `gm` prefix or compatibility links, while new scripts can rely on the explicit GraphicsMagick command namespace.

GraphicsMagick is also used as a library dependency through GraphicsMagick, GraphicsMagick++, and GraphicsMagickWand configuration scripts. Build systems use those scripts or pkg-config metadata to compile software that reads, writes, transforms, or inspects images.

Configuration lives in `.mgk` files such as colors, delegates, log, modules, and type definitions. That matters to packagers because delegate programs and codec support vary by platform and build options.

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

GraphicsMagick is a classic fork that package maintainers can explain in one sentence: ImageMagick lineage, steadier API, smaller dependency appetite, and the `gm` command. That clarity made it easy to expose as an alternative dependency in ports trees and Linux distributions.

It is also a useful example of why package history is not only version numbers. Licensing, trademarks, API stability, dependency count, and command naming all shaped the package's identity as much as image-processing features did.

For Homebrew-style users, GraphicsMagick is the kind of formula installed indirectly by image workflows and directly by people who prefer predictable CLI behavior for scripted conversion jobs.

タイムライン

  • 1992: ImageMagick development began at E. I. du Pont de Nemours and Company, according to the GraphicsMagick FAQ.
  • 1999: ImageMagick Studio LLC forked ImageMagick, according to the GraphicsMagick FAQ.
  • 2002: GraphicsMagick was created as a fork shortly before ImageMagick 5.5.2.
  • 2003: GraphicsMagick 1.0 was released, with renamed libraries and utilities consolidated under `gm`.
  • 2004: GraphicsMagick 1.1 followed with additional platform and stability work.
  • 2008: GraphicsMagick 1.3 established a long-lived release line.

Related projects

  • ImageMagick is the direct ancestor and the project GraphicsMagick is most often compared with.
  • Ghostscript, FreeType, libpng, libtiff, libjpeg, WebP, and other delegate libraries shape which formats a GraphicsMagick build can handle.
  • Graphviz is unrelated technically but often appears nearby in package graphs because both are long-lived Unix graphics tools with CLI-first workflows.

セキュリティ状態

保護ツール対応はまだ見つかっていません

graphicsmagick に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 11 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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/colors.mgk~/.magick/delegates.mgk~/.magick/log.mgk~/.magick/modules.mgk~/.magick/type.mgk

実行可能ファイル

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

コマンド種類公開範囲メモ
GraphicsMagick++-configcliグローバル実行可能ファイル
GraphicsMagick-configcliグローバル実行可能ファイル
GraphicsMagickWand-configcliグローバル実行可能ファイル
gmcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

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

https://graphicsmagick.sourceforge.io/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:graphicsmagick
バージョン1.3.47
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/graphicsmagick
ホームページhttps://graphicsmagick.sourceforge.io/
リポジトリhttps://foss.heptapod.net/graphicsmagick/graphicsmagick
上流ドキュメントhttps://graphicsmagick.sourceforge.io/FAQ.html
ライセンスMIT
ソースアーカイブhttps://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.47/GraphicsMagick-1.3.47.tar.xz
最終更新2026-07-05T23:07:18Z
Pulseupdated
依存関係freetype, jasper, jpeg-turbo, jpeg-xl, libheif, libpng, libtiff, libtool, little-cms2, webp, zstd
ビルド依存関係pkgconf
macOS 提供ライブラリbzip2, libxml2
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegraphicsmagick
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Debian apt95%

graphicsmagick 1.4+really1.3.45+hg17696-1

collection of image processing tools

http://www.graphicsmagick.org/

sudo apt install graphicsmagick
  • Section: graphics
  • Architecture: amd64
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

graphicsmagick-dbg 1.4+really1.3.45+hg17696-1

format-independent image processing - debugging symbols

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-dbg
  • Section: debug
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick-dbg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

graphicsmagick-imagemagick-compat 1.4+really1.3.45+hg17696-1

image processing tools providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-imagemagick-compat
  • Section: graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick-imagemagick-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

graphicsmagick-libmagick-dev-compat 1.4+really1.3.45+hg17696-1

image processing libraries providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-libmagick-dev-compat
  • Section: graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: graphicsmagick-libmagick-dev-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphics-magick-perl 1.4+really1.3.45+hg17696-1

format-independent image processing - perl interface

http://www.graphicsmagick.org/

sudo apt install libgraphics-magick-perl
  • Section: perl
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphics-magick-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick++-q16-12t64 1.4+really1.3.45+hg17696-1

format-independent image processing - C++ shared library

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick++-q16-12t64
  • Section: libs
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick++-q16-12t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick++1-dev 1.4+really1.3.45+hg17696-1

format-independent image processing - C++ development files

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick++1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 2 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick++1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick-q16-3t64 1.4+really1.3.45+hg17696-1

format-independent image processing - C shared library

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick-q16-3t64
  • Section: libs
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 19 依存関係
  • 1 提供
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick-q16-3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgraphicsmagick1-dev 1.4+really1.3.45+hg17696-1

format-independent image processing - C development files

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 25 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgraphicsmagick1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

graphicsmagick

nix profile install nixpkgs#graphicsmagick
  • normalized package name match
  • 一致条件: Graphicsmagick
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gr/graphicsmagick/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

graphicsmagick 1.4+really1.3.42-1.1build3

collection of image processing tools

http://www.graphicsmagick.org/

sudo apt install graphicsmagick
  • Section: universe/graphics
  • Architecture: amd64
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

graphicsmagick-dbg 1.4+really1.3.42-1.1build3

format-independent image processing - debugging symbols

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-dbg
  • Section: universe/graphics
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

graphicsmagick-imagemagick-compat 1.4+really1.3.42-1.1build3

image processing tools providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-imagemagick-compat
  • Section: universe/graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick-imagemagick-compat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

graphicsmagick-libmagick-dev-compat 1.4+really1.3.42-1.1build3

image processing libraries providing ImageMagick interface

http://www.graphicsmagick.org/

sudo apt install graphicsmagick-libmagick-dev-compat
  • Section: universe/graphics
  • Architecture: all
  • Source Package: graphicsmagick
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: graphicsmagick-libmagick-dev-compat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgraphics-magick-perl 1.4+really1.3.42-1.1build3

format-independent image processing - perl interface

http://www.graphicsmagick.org/

sudo apt install libgraphics-magick-perl
  • Section: universe/perl
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgraphics-magick-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgraphicsmagick++-q16-12t64 1.4+really1.3.42-1.1build3

format-independent image processing - C++ shared library

http://www.graphicsmagick.org/

sudo apt install libgraphicsmagick++-q16-12t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: graphicsmagick
  • 4 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Graphicsmagick
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgraphicsmagick++-q16-12t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment