# Installer autotrace avec Homebrew, dnf, MacPorts, Nix, zypper

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

## installation

```sh
sudo av install brew:autotrace
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install autotrace
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install autotrace
```

  Preuve: MacPorts ports tree: graphics/autotrace/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install autotrace
```

  Preuve: Fedora Rawhide package metadata: autotrace from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#autotrace
```

  Preuve: nixpkgs package indexes: pkgs/by-name/au/autotrace/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install autotrace
```

  Preuve: openSUSE Tumbleweed package metadata: autotrace from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:autotrace
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/autotrace>
- **Version:** 0.31.10
- **Résumé source:** Convert bitmap to vector graphics
- **Page d'accueil:** <https://autotrace.sourceforge.net/>
- **Dépôt:** <https://github.com/autotrace/autotrace>
- **Docs amont:** <https://autotrace.sourceforge.net/>
- **Licence:** GPL-2.0-or-later AND LGPL-2.1-or-later
- **Archive source:** <https://github.com/autotrace/autotrace/archive/refs/tags/0.31.10.tar.gz>
- **Dernière mise à jour:** 2026-07-06T11:06:08Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- autotrace (cli)
- autotrace (alias)

## Dépendances

- fontconfig
- freetype
- gettext
- glib
- imagemagick
- liblqr
- libomp
- libpng
- libtiff
- libtool
- little-cms2
- pstoedit

## Dépendances de compilation

- autoconf
- automake
- gettext
- intltool
- libtool
- pkgconf

## 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-08-04
- version du gestionnaire: 0.31.10
- gestionnaire mis à jour: 2026-07-06
- données locales: OK
- dépôt amont: https://github.com/autotrace/autotrace
- dernière version détectée: 0.31.10 (à jour)
## Historique du projet et usages

AutoTrace is a bitmap-to-vector converter and library. It sits in the same practical family as potrace and vectorization tools, turning raster images into formats such as SVG, EPS, PDF, DXF, and related vector outputs.

### Historique du projet

The official README says AutoTrace was originally developed by Martin Weber and that some code was derived from GNU fontutils' `limn`, although most was rewritten. That origin explains both the traditional Unix graphics-tool feel and the split between command-line utility and embeddable library.

The modern GitHub repository was created in 2013 and carries the project forward with build automation, cross-platform CI, translation infrastructure, and package-manager installation notes. The README also identifies `libautotrace` as a library interface, with the program under GPL and the library under LGPL.

### Historique d'adoption

AutoTrace has survived mostly as a packaging and interoperability tool rather than as a glossy end-user application. The official README lists Homebrew, MacPorts, Fedora/RHEL, Arch, FreeBSD, and Windows release installers; the input additionally records Nix and zypper packages.

Its adoption is helped by broad input and output format support, especially when built with ImageMagick or GraphicsMagick. That makes it a convenient package for scripts, conversion pipelines, and graphics experiments where a CLI vectorizer is easier to depend on than a desktop drawing program.

### Modes d'utilisation

The basic CLI pattern is `autotrace input.png -output-file output.svg`, with options for centerline tracing and color reduction. The README points users to `autotrace --help` and the man page for the full option set.

Developers can also call `libautotrace` through C headers and pkg-config, reading a bitmap and writing splines through output handlers. This dual CLI/library shape is why it appears in both user-facing package managers and build-time dependency lists.

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

AutoTrace is package-nerd relevant because image vectorization has many optional format dependencies and old graphics-library edges. Maintainers have to care about ImageMagick versus GraphicsMagick support, GLib, gettext translations, platform build systems, and whether users expect both the `autotrace` binary and `libautotrace` development files.

### Chronologie

- Pre-2013: Original AutoTrace development by Martin Weber, with lineage from GNU fontutils' `limn`.
- 2013: GitHub repository created for the continuing autotrace project.
- 2018-2020: CI-era tags in the GitHub repository show renewed automation activity.
- 2020s: README documents package-manager installation and Windows installers from GitHub releases.

### Related projects

- GNU fontutils limn: upstream notes code lineage.
- frontline: upstream README lists it as an inactive GUI frontend.
- ImageMagick and GraphicsMagick: optional format providers for additional input support.
- potrace: a related bitmap tracing tool in the same packaging niche.

### Sources

- <https://github.com/autotrace/autotrace>
- <https://raw.githubusercontent.com/autotrace/autotrace/master/README.md>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** autotrace
- **Version Scheme:** 0
- **Revision:** 2
- **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

- Nix - autotrace: normalized package name match | nixpkgs package indexes: pkgs/by-name/au/autotrace/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - autotrace - 0.31.9-18.fc45: normalized package name match | Fedora Rawhide package metadata: autotrace from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Utility for converting bitmaps to vector graphics | http://autotrace.sourceforge.net/
- dnf - autotrace-devel - 0.31.9-18.fc45: normalized package name match | Fedora Rawhide package metadata: autotrace-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Header files for autotrace | http://autotrace.sourceforge.net/
- zypper - autotrace - 0.31.10-1.6: normalized package name match | openSUSE Tumbleweed package metadata: autotrace from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Program for Converting Bitmaps to Vector Graphics | https://github.com/autotrace/autotrace
- zypper - autotrace-devel - 0.31.10-1.6: normalized package name match | openSUSE Tumbleweed package metadata: autotrace-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Library for converting bitmaps to vector graphics | https://github.com/autotrace/autotrace
- zypper - autotrace-lang - 0.31.10-1.6: normalized package name match | openSUSE Tumbleweed package metadata: autotrace-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package autotrace | https://github.com/autotrace/autotrace
- zypper - libautotrace3 - 0.31.10-1.6: normalized package name match | openSUSE Tumbleweed package metadata: libautotrace3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Library for converting bitmaps to vector graphics | https://github.com/autotrace/autotrace
- MacPorts - autotrace: normalized package name match | MacPorts ports tree: graphics/autotrace/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [glib](https://pkg.so/fr/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/fr/brew/gettext/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/fr/brew/libpng/) - Runtime dependency declared by Homebrew.
- [fontconfig](https://pkg.so/fr/brew/fontconfig/) - Runtime dependency declared by Homebrew.
- [libtiff](https://pkg.so/fr/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [little-cms2](https://pkg.so/fr/brew/little-cms2/) - Runtime dependency declared by Homebrew.
- [imagemagick](https://pkg.so/fr/brew/imagemagick/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/fr/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Build dependency declared by Homebrew.
- [netpbm](https://pkg.so/fr/brew/netpbm/) - Shares pkgdb curated category or tags: cli, graphics, image-conversion, media.
- [graphicsmagick](https://pkg.so/fr/brew/graphicsmagick/) - Shares pkgdb curated category or tags: cli, graphics, image-conversion, media.
- [imagemagick@6](https://pkg.so/fr/brew/imagemagick-6/) - Shares pkgdb curated category or tags: cli, graphics, image-conversion, media.
- [gd](https://pkg.so/fr/brew/gd/) - Shares pkgdb curated category or tags: cli, graphics, media.
- [assimp](https://pkg.so/fr/brew/assimp/) - Shares pkgdb curated category or tags: cli, graphics, media.
- [imagemagick-full](https://pkg.so/fr/brew/imagemagick-full/) - Both packages work with overlapping file formats or content types. Shared terms: cli, cms2, conversion, fontconfig, freetype.

## Combined YAML source

View the package source record on GitHub. [combined/autotrace.yml](https://github.com/mxcl/pkgdb/blob/main/combined/autotrace.yml)


## Sources

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