Skip to content

Repository files navigation

forge-images

Image processing utilities for the Forge framework.

CLAUDE.md and AGENTS.md are autogenerated by /Init (forge-init.sh). Do not edit directly — run /Update (forge-update.sh) to regenerate.

Skills

Skill Purpose
RasterToVector Multi-color bitmap-to-SVG conversion via ImageMagick + potrace

Dependencies

Install via Homebrew:

brew install imagemagick potrace

Usage

Skills 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.svg

Path Resolution

Use 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.

About

Media processing and acquisition for the forge ecosystem: image format conversion, raster-to-vector tracing, video-to-GIF, transcoding, and media download. Forge module.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages