1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:47:44 +00:00

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 336 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>