png-to-svg
Installation
SKILL.md
PNG to SVG Converter
Convert raster PNG images into smooth, clean SVG vector files. The skill uses ImageMagick for image preprocessing and potrace for bezier curve tracing, producing SVGs with smooth paths that scale to any size.
Prerequisites
Two command-line tools are needed. If either is missing, install them:
brew install imagemagick potrace
How to use
There's a bundled script at scripts/png2svg.sh that handles the full pipeline. Run it directly:
bash <skill-path>/scripts/png2svg.sh <input.png> [output.svg] [OPTIONS]