im2ansi
is a tool for turning images into ANSI art as seen above.
Go to Releases and download the appropiate executable or install it via V:
v install --git https://github.com/phoenixr-codes/im2ansi
Building requires a V compiler.
v .
Show help
im2ansi --help
Genrate an ANSI art from
image.png
of size 30 with seed 123 and character set {P,I,K,A,C,H,U}im2ansi -s 30 --path image.png --seed 123 -c PIKACHU > output.ansi
Generate an ANSI art as SVG from
image.jpg
of size 50 and enable debuggingim2ansi --path image.jpg -s 50 --format svg --log DEBUG > output.svg