Tagged Questions

0
votes
1answer
31 views

ASCII ART IN WEBBROWSER

How should I do to make it print like it looks in the html document in the web browser? =/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/ …
0
votes
4answers
128 views

Programatically create ascii art

How can I automatically generate ascii art? I mean take a jpg and create a txt file with the ascii art. Is there an open source library or free software that can be invoked from …
4
votes
3answers
176 views

Help with algorithm to dynamically update text display.

First, some backstory: I'm making what may amount to be a "roguelike" game so i can exersize some interesting ideas i've got floating around in my head. The gameplay isn't going …
12
votes
1answer
343 views

“Fun” C++ library that interprets ASCII figures in code - what is it called? (”Multi-Dimensional Analog Literals”)

A while ago I stumbled upon a C++ gem, a set of classes that through operator overloading and possibly some preprocessor tricks, let you define variables using in-code ASCII art: …
8
votes
5answers
1k views

How do ASCII art image conversion algorithms work?

There are some nice free "image to ASCII art" conversion sites like this one: ASCII-art.org How does such an image conversion algorithm work? , …