Base: Test web page and images for PBM image file type

This commit is contained in:
Hüseyin ASLITÜRK 2020-06-21 12:25:35 +03:00 committed by Andreas Kling
parent 9ab82c0ee5
commit 5d0734d9ea
5 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<html>
<head><title>PBM test suite</title></head>
<body>
<table border="1" width="100%">
<tr>
<td align="center">Reference PNG</td>
<td align="center">PBM ASCII</td>
<td align="center">PBM RAW</td>
</tr>
<tr>
<td align="center"><img src="pbmsuite_files/buggie.png"></td>
<td align="center"><img src="pbmsuite_files/buggie-ascii.pbm"></td>
<td align="center"><img src="pbmsuite_files/buggie-raw.pbm"></td>
</tr>
</table>
</body>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -81,6 +81,7 @@ span#ua {
<li><a href="bmfw.html">better mother fricken website</a></li>
<li><a href="http://bettermotherfuckingwebsite.com/">bettermotherfuckingwebsite</a></li>
<li><a href="http://www.serenityos.org/">www.serenityos.org</a></li>
<li><a href="pbmsuite.html">PBM test suite</a></li>
</ul>
</body>
</html>