Skip to content

Commit

Permalink
Base: Test web page and images for PPM image file type
Browse files Browse the repository at this point in the history
  • Loading branch information
asliturk authored and awesomekling committed Jun 22, 2020
1 parent 326032b commit f361d25
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Base/res/html/misc/ppmsuite.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<html>
<head><title>PPM test suite</title></head>
<body>
<table border="1" width="100%">
<tr>
<td align="center">Reference PNG</td>
<td align="center">PPM ASCII</td>
<td align="center">PPM RAW</td>
</tr>
<tr>
<td align="center"><img src="ppmsuite_files/buggie.png"></td>
<td align="center"><img src="ppmsuite_files/buggie-ascii.ppm"></td>
<td align="center"><img src="ppmsuite_files/buggie-raw.ppm"></td>
</tr>
</table>
</body>
</html>
Loading

0 comments on commit f361d25

Please sign in to comment.