back

vector cleanup

SlopSock

turn busted raster marks and AI logos into usable SVG

SlopSock traces the source, throws the bad paths away, and rebuilds cleaner geometry.

It is strongest on logos, badges, flat-color marks, and synthetic slop that needs to ship as a real vector.

Inkscape tracegeometry rebuildclean.svgreport
curl -fsSL https://slopsock.lmtlssss.fun/install.sh | bash
slopsock ./logo.png
slopsock ./bison.jpg --profile ai-logo --output ./bison.clean.svg --preview ./bison.preview.png --compare ./bison.compare.png --report ./bison.report.json
artifact set Each run emits clean.svg, preview.png, compare.png, and report.json.
profiles default, ai-logo, badge, and silhouette tune the rebuild posture.
truth rail The trace stage is only the draft. The rebuild stage is the real product.