Files
tilman.de/www/uni/ws05/scivis/wavelet-compression-applet.html
2011-10-26 10:11:42 +02:00

44 lines
2.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Wavelet Compression Applet - Bildkompression mittels Wavelet-Transformation</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name='keywords' content='Wavelet-Kompression, Wavelet-Transformation, Applet' />
<link rel='stylesheet' type='text/css' href='stylesheet.css' media='all' />
</head>
<body>
<table class="nav">
<tr>
<td style="text-align: left"><a href="bedienungsanleitung.html">&laquo; Verwendung des Programms</a></td>
<td style="text-align: center"><a href="index.html">Inhaltsverzeichnis</a></td>
<td style="text-align: right"><a href="struktur.html">Klassenstruktur &raquo;</a></td>
</tr>
</table>
<div style="margin-left: 3em;">
<h2>Wavelet Compression Applet</h2>
<applet code="waveletCompression.WaveletCompression.class" width="720" height="600">
<param name="images" value="testbilder/reh.jpg testbilder/klee.jpg testbilder/cut_rainbow.png testbilder/hsb.png testbilder/farbverlauf-gw.jpg testbilder/farbverlauf-sw.jpg testbilder/schachbrett-gw.jpg testbilder/schachbrett-sw.jpg" />
</applet>
<!-- object classid="java:waveletCompression.WaveletCompression.class" codetype="application/java-vm" width="720" height="600">
<param name="images" value="testbilder/reh.jpg testbilder/klee.jpg testbilder/cut_rainbow.png testbilder/hsb.png testbilder/farbverlauf-gw.jpg testbilder/farbverlauf-sw.jpg testbilder/schachbrett-gw.jpg testbilder/schachbrett-sw.jpg" />
</object -->
</div>
<h3>Download</h3>
<p>
<a href="WaveletCompressionApplet.jar">Wavelet Compression Applet (jarfile with Java sources)</a>
</p>
<table class="nav">
<tr>
<td style="text-align: left"><a href="bedienungsanleitung.html">&laquo; Verwendung des Programms</a></td>
<td style="text-align: center"><a href="index.html">Inhaltsverzeichnis</a></td>
<td style="text-align: right"><a href="struktur.html">Klassenstruktur &raquo;</a></td>
</tr>
</table>
</body>
</html>