想要用java实现以下图片的内容,请问该怎么操作?

Functional Requirement:
The program accept a text string as input parameter, and then it need print the input string to console or screen as big banner text like this:

http://img4.mukewang.com/635667170001daee05460149.jpg

Support to ASCII chars is must. Support non-ASCII char e.g. Chinese is a plus. Support convert a picture to char on console or screen is a plus.
Non-Functional Requirement:
Please use OO design, TDD, design patterns etc. Take care about code style as well.

江户川乱折腾
浏览 148回答 2
2回答

萧十郎

按以下步骤是否可行:(1)先生成文字图片。(2)逐行扫描图片,记录当前点的颜色值存入数组矩阵;(3)根据数组重新生成图片,到达记录点时用“#”来重新生成。

杨__羊羊

这是标准的点阵文字。步骤已经有慕友说了。参照即可!
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java