<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
// Boosty's ASCIIArtist (http://www.sebastian-r.de/asciiart/)
// index.html
// This form will start the script in exe.php
//-->
<html>
<head>
<title>Boosty's ASCIIArtist</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style>
body
{
background-color: #000000;
}
td, a
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
input, select, textarea
{
font-family: "Courier New", Courier, mono;
font-size: 11px;
color: #000000;
}
a
{
text-decoration: none;
}
</style>
</head>
<body>
<form action="exe.php" method="GET" target="_blank">
<table width="100%">
<tr valign="top">
<td align="center">
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr bgcolor="#666666">
<td width="450" colspan="2">
<b>Boosty's ASCIIArtist</b>
</td>
</tr>
<tr bgcolor="#000000">
<td colspan="2">
</td>
</tr>
<tr bgcolor="#333333">
<td>Image File</td>
<td>
<input type="text" name="image" value="http://www.sebastian-r.de/asciiart/png/bettina.png" size="50" maxlength="150">
</td>
</tr>
<tr bgcolor="#000000">
<td>
Quality
</td>
<td>
<select name="resolution">
<option value="1">1
<option value="2">2
<option value="3" selected>3
<option value="4">4
<option value="5">5
</select>
</td>
</tr>
<tr bgcolor="#333333">
<td>
Mode
</td>
<td>
<select name="mode">
<option value="1" selected>[1] Black / White
<option value="2">[2] Colourized
<option value="3">[3] Colourized using fixed character
</select>
</td>
</tr>
<tr bgcolor="#000000">
<td>
Font Color
</td>
<td>
<input type="text" name="color" value="#000000" size="8" maxlength="7">
</td>
</tr>
<tr bgcolor="#333333">
<td>
Font Size
</td>
<td>
<input type="text" name="font-size" value="11" size="3" maxlength="3">px
</td>
</tr>
<tr bgcolor="#000000">
<td>
Line-Height
</td>
<td>
<input type="text" name="line-height" value="9" size="3" maxlength="3">px
</td>
</tr>
<tr bgcolor="#333333">
<td>
Letter Spacing
</td>
<td>
<input type="text" name="letter-spacing" value="0" size="3" maxlength="3">px
</td>
</tr>
<tr bgcolor="#000000">
<td>
Fixed Character for mode 3
</td>
<td>
<input type="text" name="fixed_char" value="W" size="3" maxlength="1">
</td>
</tr>
<tr bgcolor="#333333">
<td align="right">
<input name="flip_h" type="checkbox">
</td>
<td>
Flip horizontally
</td>
</tr>
<tr bgcolor="#000000">
<td align="right">
<input name="flip_v" type="checkbox">
</td>
<td>
Flip vertically
</td>
</tr>
<tr bgcolor="#000000">
<td colspan="2" align="right">
<input type="submit" value="Render">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>