# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 gmic

查看 gmic 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:gmic
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gmic
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gmic
```

  证据: MacPorts ports tree: science/gmic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gimp-plugin-gmic
```

  证据: Alpine Linux edge package indexes: gimp-plugin-gmic from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gmic
```

  证据: Debian stable package indexes: gmic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gmic
```

  证据: Fedora Rawhide package metadata: gmic from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gmic
```

  证据: nixpkgs package indexes: pkgs/by-name/gm/gmic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gmic
```

  证据: Arch Linux sync databases: gmic from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Ubuntu apt (92%):

```sh
sudo apt install gimp-gmic
```

  证据: Ubuntu 24.04 LTS package indexes: gimp-gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

- zypper (92%):

```sh
sudo zypper install gimp-plugin-gmic
```

  证据: openSUSE Tumbleweed package metadata: gimp-plugin-gmic from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## 软件包事实

- **软件包键:** brew:gmic
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gmic>
- **版本:** 4.0.2
- **来源摘要:** Full-Featured Open-Source Framework for Image Processing
- **主页:** <https://gmic.eu/>
- **仓库:** <https://github.com/GreycLab/gmic>
- **上游文档:** <https://gmic.eu/reference>
- **许可证:** CECILL-2.1
- **源码归档:** <https://gmic.eu/files/source/gmic_4.0.2.tar.gz>
- **最后更新:** 2026-07-06T15:12:59Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- gmic (cli)
- gmic (别名)

## 依赖

- cimg
- fftw
- imath
- jpeg-turbo
- libomp
- libpng
- libtiff
- openexr

## 构建依赖

- cmake
- pkgconf

## macOS 提供的库

- curl

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 4.0.2
- 管理器更新时间: 2026-07-06
- 本地数据: OK
- 上游仓库: https://gmic.eu/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

G'MIC, GREYC's Magic for Image Computing, is an open-source image-processing framework from the GREYC laboratory in Caen, France. It combines a command-line interpreter, a C++ library, plug-ins for image editors, a web service, and a scripting language for building reusable image filters.

### 项目历史

G'MIC began in the late 2000s and celebrated 15 years of development with the 3.2.5 release article in 2023. The project is developed by the IMAGE team at GREYC, a public research laboratory associated with CNRS, ENSICAEN, and the University of Caen, and is distributed under CeCILL free-software licenses.

The framework grew around a dedicated image-processing language designed for prototyping algorithms and operators. The command-line tool exposes that language from a shell, libgmic embeds it in applications, and G'MIC-Qt brings the same processing catalog to desktop image editors.

By the 3.x series, the project had accumulated hundreds of filters and a formal software citation through a 2025 Journal of Open Source Software article. GitHub releases in 2025 and 2026 show frequent tagged releases, while the official reference documents the command language and command catalog.

### 采用历史

G'MIC spread through multiple user interfaces rather than through a single application. The official README lists the gmic CLI, libgmic, G'MIC-Qt, G'MIC Online, and ZArt, and describes G'MIC-Qt as a plug-in for GIMP, Krita, Photoshop, Affinity Photo, PaintShop Pro, PhotoLine, and Paint.NET.

Its adoption in package managers follows that breadth: distributions package both the CLI/library side and editor plug-in side, giving image-processing users a reproducible way to install the same algorithm catalog on Linux, macOS, and other Unix-like systems.

The project also has an ecosystem role in open creative tooling. The README names Flowblade, PhotoFlow, Veejay, and EKD as open-source projects integrating G'MIC features, while the official site points users to galleries, tutorials, community forums, and scripting resources.

### 使用方式

Practitioners use gmic from the shell for scripted conversion, filtering, visualization, and batch processing of generic image datasets from 1D signals through 3D+t volumetric sequences. The README explicitly positions the CLI as a companion to ImageMagick and GraphicsMagick.

Desktop users often encounter G'MIC through G'MIC-Qt, where filters can be previewed inside image editors and copied as equivalent command-line invocations. That bridge between GUI experimentation and terminal automation is a major part of the project's workflow appeal.

Developers use libgmic to embed the framework in C++ applications. The library is documented as portable, thread-safe, multi-threaded, and designed to expose G'MIC features through a compact API.

### 为什么软件包爱好者会关心

G'MIC matters to package users because it is both a command and a plug-in ecosystem. A single packaged framework can serve shell scripts, creative image editors, online demos, and third-party applications.

Its filter catalog also behaves like a living standard library for image processing. Packaging it keeps a large body of research-lab and community filters installable without each editor or workflow carrying its own implementation.

### 时间线

- 2008: Approximate beginning of the project, inferred from the 15-year anniversary article in 2023.
- 2023: G'MIC 3.2.5 article marked 15 years of development.
- 2025: G'MIC article published in the Journal of Open Source Software.
- 2026: Version 3.7.x releases published on GitHub.

### Related projects

- G'MIC-Qt connects the framework to GIMP, Krita, Photoshop, Affinity Photo, PaintShop Pro, PhotoLine, and Paint.NET.
- ImageMagick and GraphicsMagick are adjacent command-line image-processing suites mentioned by the G'MIC README.
- Flowblade, PhotoFlow, Veejay, and EKD are named by the README as open-source projects integrating G'MIC features.

### 来源

- <https://api.github.com/repos/GreycLab/gmic>
- <https://doi.org/10.21105/joss.06618>
- <https://github.com/GreycLab/gmic>
- <https://gmic.eu>
- <https://gmic.eu/gmic325/>
- <https://gmic.eu/reference>


## 安全说明

没有找到 gmic 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gmic
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - gmic - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: gmic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing | http://gmic.sourceforge.net/
- Debian apt - gmic-zart - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: gmic-zart from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - ZArt | http://gmic.sourceforge.net/
- Debian apt - krita-gmic - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: krita-gmic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - Helper Tool for Krita | http://gmic.sourceforge.net/
- Debian apt - libgmic-dev - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: libgmic-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - development files | http://gmic.sourceforge.net/
- Debian apt - libgmic1 - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: libgmic1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - shared library | http://gmic.sourceforge.net/
- Nix - gmic: normalized package name match | nixpkgs package indexes: pkgs/by-name/gm/gmic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gimp-gmic - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: gimp-gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - GIMP Plugin | http://gmic.sourceforge.net/
- Ubuntu apt - gmic - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing | http://gmic.sourceforge.net/
- Ubuntu apt - gmic-zart - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: gmic-zart from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - ZArt | http://gmic.sourceforge.net/
- Ubuntu apt - krita-gmic - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: krita-gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - Helper Tool for Krita | http://gmic.sourceforge.net/
- Ubuntu apt - libgmic-dev - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: libgmic-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - development files | http://gmic.sourceforge.net/
- Ubuntu apt - libgmic1 - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: libgmic1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - shared library | http://gmic.sourceforge.net/
- apk - gimp-plugin-gmic - 3.7.5-r0: normalized package name match | Alpine Linux edge package indexes: gimp-plugin-gmic from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GMIC gimp plugin | https://gmic.eu/
- apk - gmic - 3.7.5-r0: normalized package name match | Alpine Linux edge package indexes: gmic from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GREYC's Magic for Image Computing | https://gmic.eu/
- apk - gmic-bash-completion - 3.7.5-r0: normalized package name match | Alpine Linux edge package indexes: gmic-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for gmic | https://gmic.eu/
- apk - gmic-dev - 3.7.5-r0: normalized package name match | Alpine Linux edge package indexes: gmic-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GREYC's Magic for Image Computing (development files) | https://gmic.eu/


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/zh-hans/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [fftw](https://www.automicvault.com/zh-hans/pkg/brew/fftw/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/zh-hans/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/zh-hans/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [libtiff](https://www.automicvault.com/zh-hans/pkg/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [openexr](https://www.automicvault.com/zh-hans/pkg/brew/openexr/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/zh-hans/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/zh-hans/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [babl](https://www.automicvault.com/zh-hans/pkg/brew/babl/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [exact-image](https://www.automicvault.com/zh-hans/pkg/brew/exact-image/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [gd](https://www.automicvault.com/zh-hans/pkg/brew/gd/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [gegl](https://www.automicvault.com/zh-hans/pkg/brew/gegl/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [graphicsmagick](https://www.automicvault.com/zh-hans/pkg/brew/graphicsmagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [imagemagick](https://www.automicvault.com/zh-hans/pkg/brew/imagemagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [libsail](https://www.automicvault.com/zh-hans/pkg/brew/libsail/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [netpbm](https://www.automicvault.com/zh-hans/pkg/brew/netpbm/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [openimageio](https://www.automicvault.com/zh-hans/pkg/brew/openimageio/) - Both packages work with overlapping file formats or content types. Shared terms: cli, graphics, image, image-processing, imath.

## Combined YAML source

View the package source record on GitHub. [combined/gmic.yml](https://github.com/automic-vault/db/blob/main/combined/gmic.yml)


## 来源

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