diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:11:41 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:11:41 +0000 |
| commit | d518970039a19a2a9b6d2bdd592cc88a43897bbb (patch) | |
| tree | 57bac2cf7e63e9352228231062763baac627563c /src/bin/wx/OPJViewer/about/about.htm | |
| parent | 8363a6ab1e031bb4b2e40a92e56efd40fdab1aa1 (diff) | |
[trunk] Start FolderReorgProposal task
Update issue 177
Diffstat (limited to 'src/bin/wx/OPJViewer/about/about.htm')
| -rw-r--r-- | src/bin/wx/OPJViewer/about/about.htm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/bin/wx/OPJViewer/about/about.htm b/src/bin/wx/OPJViewer/about/about.htm new file mode 100644 index 00000000..cdde9773 --- /dev/null +++ b/src/bin/wx/OPJViewer/about/about.htm @@ -0,0 +1,36 @@ +<html> +<body bgcolor="#FFFFFF"> +<table cellspacing=7 cellpadding=1 border=0 width="100%"> +<tr> +<td rowspan=3 valign=top align=center width=70> +<img src="opj_logo.png"><br><br> +</td> +<td align=center> +<font size=+2 color="#000000"><b>OPJViewer v0.2 alpha</b></font><br> +<font size=+0 color="#000000"><b>A JPEG 2000 image viewer</b></font> +</td> +</tr> +<tr height=3 valign=center> +<td valign=center bgcolor=#cc3300></td> +</tr> +<tr> +<td align=justify> +<center><font size=+0 color="#000000"><a href="http://www.openjpeg.org/">OpenJPEG</a></font></center> +<font size=-1 color="#000000">The OpenJPEG library is an open-source JPEG 2000 codec written in C language. +In addition to the basic codec, various other features are under development, +among them the JP2 and MJ2 (Motion JPEG 2000) file formats, an indexing tool +useful for the JPIP protocol, JPWL-tools for error-resilience, ...</font> +</td> +</tr> +<tr> +<td colspan=2 bgcolor="#CC3300" height=3 valign=center></td> +</tr> +<tr> +<td colspan=2> +<font size=-2 color="#444444">OpenJPEG is © 2002-2007 <a href="http://www.tele.ucl.ac.be/">TELE</a> - <a href="http://www.uclouvain.be/">Université Catholique de Louvain</a></font><br> +<font size=-2 color="#444444">OPJViewer is also © 2005-2007 <a href="http://dsplab.diei.unipg.it/">DSPLab</a> - <a href="http://www.unipg.it/">Università degli studi di Perugia</a></font> +</td> +</tr> +</table> +</body> +</html> |
