TheDraw
Ascii Art Generator
21–29 of 29 posts
Re: Ascii Art Generator
#22It has numerous features for customization, such as specification for characters to be used in the art, font face, size. It mat export to text or png of the text in color. It allows you to adjust the color levels of the source image, or crop it on the fly.
It is not exactly the same type of software, as it actually generates using a source image. I use it sometimes to make gifts for friends.
Re: Ascii Art Generator
#23Re: Ascii Art Generator
#24Re: Ascii Art Generator
#25Looks like a frontend for the command line utility FIGlet ( http://www.figlet.org/ ) or toilet ( http://caca.zoy.org/wiki/toilet ).
Re: Ascii Art Generator
#26Looks like a frontend for the command line utility FIGlet ( http://www.figlet.org/ ) or toilet ( http://caca.zoy.org/wiki/toilet ).
Except it's actually worse than typical frontends. It's maybe cleaner looking, but it doesn't allow you to test all font types at the same time.
This incurs performance issues in long strings, but works great for most uses.
Re: Ascii Art Generator
#27Can someone explain the `eftichess` type here? It seems to be mapped to sounds, maybe? I'm not able to find much information about it.
Re: Ascii Art Generator
#28Re: Ascii Art Generator
#29Earlier quoted context omitted.
Except it's actually worse than typical frontends. It's maybe cleaner looking, but it doesn't allow you to test all font types at the same time.
I did my own take on this that addresses both of your concerns: 1. Update as you type 2. Show all fonts http://ascii.today/ This incurs performance issues in long strings, but works great for most uses.