Image processing utilities for the Forge framework.
CLAUDE.mdandAGENTS.mdare autogenerated by/Init(forge-init.sh). Do not edit directly — run/Update(forge-update.sh) to regenerate.
| Skill | Purpose |
|---|---|
| RasterToVector | Multi-color bitmap-to-SVG conversion via ImageMagick + potrace |
- ImageMagick (
magickCLI) - potrace (bitmap tracer)
Install via Homebrew:
brew install imagemagick potraceSkills are invoked via Claude Code's /RasterToVector command or by the AI when image conversion is needed.
The bin/raster-to-svg.sh script can also be run standalone:
bash bin/raster-to-svg.sh input.gif output.svgUse Core/bin/paths.sh as the shared cross-platform path contract.
From the repository root:
eval "$(bash Core/bin/paths.sh)"Then use the exported values (FORGE_ROOT, FORGE_USER_ROOT, SAFE_READ_CMD, SAFE_WRITE_CMD, memory paths, journal path, backlog path) instead of re-implementing path/env resolution inside skills.