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:
parent
9ab82c0ee5
commit
5d0734d9ea
5 changed files with 336 additions and 0 deletions
17
Base/res/html/misc/pbmsuite.html
Normal file
17
Base/res/html/misc/pbmsuite.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue