# Installer gmic avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gmic
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gmic
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:gmic
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gmic>
- **Version:** 4.0.2
- **Résumé source:** Full-Featured Open-Source Framework for Image Processing
- **Page d'accueil:** <https://gmic.eu/>
- **Dépôt:** <https://github.com/GreycLab/gmic>
- **Docs amont:** <https://gmic.eu/reference>
- **Licence:** CECILL-2.1
- **Archive source:** <https://gmic.eu/files/source/gmic_4.0.2.tar.gz>
- **Dernière mise à jour:** 2026-07-06T15:12:59Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- gmic (cli)
- gmic (alias)

## Dépendances

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

## Dépendances de compilation

- cmake
- pkgconf

## Bibliothèques fournies par macOS

- curl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 4.0.2
- gestionnaire mis à jour: 2026-07-06
- données locales: OK
- dépôt amont: https://gmic.eu/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour gmic. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

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


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/fr/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [fftw](https://www.automicvault.com/fr/pkg/brew/fftw/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/fr/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/fr/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [libtiff](https://www.automicvault.com/fr/pkg/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [openexr](https://www.automicvault.com/fr/pkg/brew/openexr/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [babl](https://www.automicvault.com/fr/pkg/brew/babl/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [exact-image](https://www.automicvault.com/fr/pkg/brew/exact-image/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [gd](https://www.automicvault.com/fr/pkg/brew/gd/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [gegl](https://www.automicvault.com/fr/pkg/brew/gegl/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [graphicsmagick](https://www.automicvault.com/fr/pkg/brew/graphicsmagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [imagemagick](https://www.automicvault.com/fr/pkg/brew/imagemagick/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [libsail](https://www.automicvault.com/fr/pkg/brew/libsail/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [netpbm](https://www.automicvault.com/fr/pkg/brew/netpbm/) - Shares av.db curated category or tags: cli, graphics, image-processing, media.
- [openimageio](https://www.automicvault.com/fr/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)


## Sources

- 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
