macOS
brew install autotracelocal Homebrew formula metadata
sudo port install autotraceMacPorts ports tree · graphics/autotrace/Portfile · source: api.github.com
brew
Convert bitmap to vector graphics. Version 0.31.10 via Homebrew; verified 2026-07-06.
install
brew install autotracelocal Homebrew formula metadata
sudo port install autotraceMacPorts ports tree · graphics/autotrace/Portfile · source: api.github.com
sudo dnf install autotraceFedora Rawhide package metadata · autotrace · source: dl.fedoraproject.org
nix profile install nixpkgs#autotracenixpkgs package indexes · pkgs/by-name/au/autotrace/package.nix · source: api.github.com
sudo zypper install autotraceopenSUSE Tumbleweed package metadata · autotrace · source: download.opensuse.org
overview
Convert bitmap to vector graphics
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
autotrace | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/autotrace/autotrace
install metadata
| Package key | brew:autotrace |
|---|---|
| Version | 0.31.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/autotrace |
| Homepage | https://autotrace.sourceforge.net/ |
| Repository | https://github.com/autotrace/autotrace |
| Upstream docs | https://github.com/autotrace/autotrace#readme |
| License | GPL-2.0-or-later AND LGPL-2.1-or-later |
| Source archive | https://github.com/autotrace/autotrace/archive/refs/tags/0.31.10.tar.gz |
| Last updated | 2026-07-06T11:06:08Z |
| Pulse | updated |
| Dependencies | fontconfig, freetype, gettext, glib, imagemagick, liblqr, libomp, libpng, libtiff, libtool, little-cms2, pstoedit |
| Build dependencies | autoconf, automake, gettext, intltool, libtool, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
autotrace
nix profile install nixpkgs#autotraceautotrace 0.31.9-17.fc45
Utility for converting bitmaps to vector graphics
http://autotrace.sourceforge.net/
sudo dnf install autotraceautotrace-devel 0.31.9-17.fc45
Header files for autotrace
http://autotrace.sourceforge.net/
sudo dnf install autotrace-develautotrace 0.31.10-1.4
Program for Converting Bitmaps to Vector Graphics
https://github.com/autotrace/autotrace
sudo zypper install autotraceautotrace-devel 0.31.10-1.4
Library for converting bitmaps to vector graphics
https://github.com/autotrace/autotrace
sudo zypper install autotrace-develautotrace-lang 0.31.10-1.4
Translations for package autotrace
https://github.com/autotrace/autotrace
sudo zypper install autotrace-langlibautotrace3 0.31.10-1.4
Library for converting bitmaps to vector graphics
https://github.com/autotrace/autotrace
sudo zypper install libautotrace3autotrace
sudo port install autotracesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.