summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/pgmsuite.html
blob: 2ae3922a94f6e7041f79c9e1a43cb0396ee269fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
    <head><title>PGM test suite</title></head>
    <body>
        <table border="1" width="100%">
        <tr>
            <td align="center">Reference PNG</td>
            <td align="center">PGM ASCII</td>
            <td align="center">PGM RAW</td>
        </tr>
        <tr>
            <td align="center"><img src="pgmsuite_files/buggie.png"></td>
            <td align="center"><img src="pgmsuite_files/buggie-ascii.pgm"></td>
            <td align="center"><img src="pgmsuite_files/buggie-raw.pgm"></td>
        </tr>
        </table>
    </body>
</html>