High-performance Go implementation with Wu anti-aliased compositing
Wu's anti-aliased line drawing matches SVG renderer behavior. Combined with multi-start greedy, iterative replacement, and calibrated stroke-width for optimal SVG output.
V11 (new best) vs V10 (previous best). V11 has significantly better contrast, sharper details, and more recognizable features.
Previous best using Bresenham rasterization with source-over compositing.
Usage: go run . --input photo.jpg --output art.svg --pins 350 --lines 7000 --weight 20 --wu --opacity 0.15