tags:

views:

43

answers:

1

Is there any way to write an colorful image to the Win32 Console? I don't care in which language, but C/C++/C# would be preferred.

Thanks.

+1  A: 

Have you looked at ASCII art?

Luca Matteis
Yes, but it doesn't support colorful images...
TTT
ASCII art (potentially using the 16 console colors) is the only way you can "write images" (approximations thereof) to Win32 console.
Milan Gardian
How can I convert any RGB color to the closest of those 16 colors?
TTT