asciidraw.html

来自「ASCII图画分类: 图像处理 可以将鼠标画的图象转成ASCII的形式」· HTML 代码 · 共 52 行

HTML
52
字号
<HTML><HEAD>    <TITLE>AsciiDraw</TITLE></HEAD><CENTER><H1>AsciiDraw Home Page</H1><BR>This GUI (graphical user interface) paint program generates ASCII as its output!  As an additional feature,
you java programmers out there can switch on "code output" to generate java code that paints what you
draw with the GUI.
<P>
You can demo this applet here, but to really generate the text files, you should run this java as a standalone application.<BR>1996, by <mailto:joeh@goldbay.com>Joe Heitzeberg</A><HR><FONT SIZE =+1><BR>
	<Applet	code=joeh.asciidraw.AsciiDraw.class width=100 height=100>	<FONT SIZE="+3"><P>	NOTE: Your browser does not support <A HREF = "http://java.sun.com">Java</A>, 	so you won't be able to see this applet!</FONT>	</applet>


</CENTER><HR><A HREF = asdr.zip>Java source and classes as a zip</A></CENTER><BR><UL><B>FEATURES:</B><BR><LI>In addition to drawing with pencil, fill tool, brush, you can type text at any time.<BR><LI><B><FONT SIZE =+5>NEW!</FONT> Generates Java code automatically!</B></FONT>  -- choose "also attach Java code" in the save dialoge box, and Java code to draw what you drew will be saved to the file. (will paint one pixel per space in the same colors you drew -- good for making fast loading icons and such.)<FONT SIZE = +2><LI><B>Position the yellow text cursor</B> with the arrow keys or by clicking the mouse.<LI><B>Clicking</B> the mouse establishes where the start of a text line is.<LI><B>Shift-clicking</B> the mouse establishes the end of a line of text.  In this way <B>you can type columns of text!</B> </FONT>(Image email with multiple columns).<FONT SIZE =+2>><LI>If you <A HREF="mailto:joeh@goldbay.com"><B>send me comments</B></a> about this program, be sure to use AsciiDraw to write them  :-)<LI>Also, <B>comments and criticisms</B> are all <B>appreciated.</B></UL><HR><B>AsciiDraw</B> by <A HREF = http://www.goldbay.com/joeh>Joe Heitzeberg</A>, Oct. 1996<P>
</BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?