【问题标题】:Is there ANY way to write an image to the Win32 Console?有没有办法将图像写入 Win32 控制台? 【发布时间】:2010-01-01 15:34:22 【问题描述】: 有没有办法将彩色图像写入 Win32 控制台?我不在乎使用哪种语言,但首选 C/C++/C#。 谢谢。 【问题讨论】: 欺骗stackoverflow.com/questions/1937163/… 标签: image console 【解决方案1】: 你看过ASCII art吗? 【讨论】: ASCII 艺术(可能使用 16 种控制台颜色)是您可以“写入图像”(其近似值)到 Win32 控制台的唯一方法。 如何将任何 RGB 颜色转换为这 16 种颜色中最接近的颜色?