image-to-vector

Installation
SKILL.md

Image To Vector

Overview

Use <skill-path>/scripts/vectorize-image.py to convert raster images into SVGs. The wrapper uses VTracer for tracing, can optionally preprocess noisy images with ImageMagick, can render PNG previews, and can optimize SVGs with SVGO when svgo or npx is available.

The CLI is intentionally generic: start with a built-in profile, then override tracing or optimization settings when the input needs a different tradeoff.

Requirements

  • vtracer is required.
  • magick from ImageMagick is optional, but needed for --preprocess quantize and PNG previews.
  • svgo or npx is optional, but recommended for smaller SVG output.

Install VTracer with:

cargo install vtracer
Installs
3
GitHub Stars
2
First Seen
Jul 11, 2026
image-to-vector — robin-liquidium/agent-skills