Images to outlines

Trace in Xilem.

Runebender Xilem can place bitmap references behind a glyph, then convert them to editable cubic bezier contours through local or cloud-backed tracing. This page describes the shape of the workflow, not every current parameter.

StatusHow-to overview
AudienceUsers testing image-to-outline workflows
SourceRunebender Xilem README and config notes
StabilityBackends exist; parameters may change

Workflow

  1. Import a reference image with Cmd/Ctrl + I.
  2. Position and scale it against the glyph metrics.
  3. Press Cmd/Ctrl + T for local img2bez tracing.
  4. Use Cmd/Ctrl + Shift + T to refit existing outlines.
  5. Undo if needed; the background image is preserved for comparison.

Backends

Tracing backends
img2bezLocal bitmap-to-bezier tracing. Works offline and is the recommended default path.
QuiverAIOptional cloud vectorization via Cmd/Ctrl + Shift + Y. Requires network access, an API key, and API credits.

QuiverAI

Runebender Xilem can read QuiverAI credentials from ~/.config/runebender/config.toml or the QUIVERAI_API_KEY environment variable.

[quiver]api_key = "your-quiverai-api-key-here"