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
clean.svg, preview.png, compare.png, and report.json.
default, ai-logo, badge, and silhouette tune the rebuild posture.