ASCII Art Renderer
High-quality image-to-ASCII conversion using shape-vector matching. Based on the technique described by Alex Harri: instead of treating ASCII characters as pixels (which produces blurry edges), this approach quantifies the shape of each character and picks the best geometric match for each grid cell.
Source: https://alexharri.com/blog/ascii-rendering
Core Concept
Traditional ASCII renderers map each grid cell to a single lightness value, then pick a character by
[Description truncada. Veja o README completo no GitHub.]