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
vtraceris required.magickfrom ImageMagick is optional, but needed for--preprocess quantizeand PNG previews.svgoornpxis optional, but recommended for smaller SVG output.
Install VTracer with:
cargo install vtracer