what do people use to generate ASCII art for their capsules? I鈥檓 looking for something that handles edges well
2 years ago
That last picture is Vatican City! It has funny looking borders because they are the triangular projections of the walls of a Bastion fort 馃槀 路 2 years ago
@tigercarnival Glad that helps. I was experimenting with countries, and you can see the results here:
gemini://gemi.dev/tests/ascii.gmi
The "braille" version of Germany looks really good to me. 路 2 years ago
gemini://gemi.dev/tests/ascii.gmi
@acidus this looks really neat! better than what i was using before for sure. thanks for the link! 路 2 years ago
https://csl.name/jp2a/ Works in lots of OS (there is an Amiga port)
For drawing: https://kirilllive.github.io/tuesday-js/tools/ascii_paint.html I wish it was native, and not a web app 路 2 years ago
https://kirilllive.github.io/tuesday-js/tools/ascii_paint.html
Thanks all. This is exactly what I was looking for:
https://github.com/TheZoraiz/ascii-image-converter
Specifcally the braille output. I have some black and white vector images that I want to convert, and the braille characters really preserve those sharp edges 路 2 years ago
https://github.com/TheZoraiz/ascii-image-converter
for drawing directly i use: https://fsymbols.com/draw/
for converting pictures or art to ascii: https://www.ascii-art-generator.org/
and for headers, titles, etc: https://patorjk.com/software/taag/ (similar to textkool that freezr sent) :o) 路 2 years ago
https://www.ascii-art-generator.org/
https://patorjk.com/software/taag/
On FreeBSD and Linux you may found figlet... But I discovered this later.
Recently I used:
https://textkool.com/en/ascii-art-generator
https://www.asciiart.eu/
http://www.figlet.org/ 路 2 years ago