diff options
| author | luc <luccioman@users.noreply.github.com> | 2015-10-06 20:48:09 +0200 |
|---|---|---|
| committer | luc <luccioman@users.noreply.github.com> | 2015-10-06 20:48:09 +0200 |
| commit | f5746b549006bf5d8c450010606ff30e122d20d2 (patch) | |
| tree | 71934f130dc597076f15d180bcdb2f30ec8b05a7 /test/viewImageTest/ViewImageTest.html | |
| parent | baede48161d9f81279b074ffa80eaeaffe7f0c96 (diff) | |
Added ico and bmp sample pictures
Diffstat (limited to 'test/viewImageTest/ViewImageTest.html')
| -rw-r--r-- | test/viewImageTest/ViewImageTest.html | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/test/viewImageTest/ViewImageTest.html b/test/viewImageTest/ViewImageTest.html index 0e947b2a7..40cb25371 100644 --- a/test/viewImageTest/ViewImageTest.html +++ b/test/viewImageTest/ViewImageTest.html @@ -194,17 +194,57 @@ td { </tr> <tr> <td>ICO : <a - href="https://upload.wikimedia.org/wikipedia/commons/0/02/SVG_logo.svg" + href="https://en.wikipedia.org/favicon.ico" title="sample source url">sample source</a></td> <td>image/vnd.microsoft.icon, image/x-icon (not registered at IANA)</td> <td>.ico</td> <td>Graphics file format for computer icons</td> <td> - <div class="thumbcontainer">No sample</div> + <div class="thumbcontainer"> + <a + href="http://localhost:8090/ViewImage.png?url=http://localhost:8090/env/grafics/test/favicon.ico" + title="Render ICO sample in full size"> <img + src="http://localhost:8090/ViewImage.png?maxwidth=128&maxheight=128&quadratic&url=http://localhost:8090/env/grafics/test/favicon.ico" + width="128" height="128" alt="ICO render failed" /> + </a> + </div> + </td> + <td> + <div class="browserthumb"> + <a href="http://localhost:8090/env/grafics/test/favicon.ico" + title="Render ICO sample in full size"> <img + src="http://localhost:8090/env/grafics/test/favicon.ico" + width="128" height="128" alt="ICO render failed" /> + </a> + </div> + </td> + </tr> + <tr> + <td>BMP : <a + href="http://homepages.cae.wisc.edu/~ece533/images/sails.bmp" + title="sample source url">sample source</a></td> + <td>image/bmp (not registered at IANA), image/x-bmp (not registered at IANA)</td> + <td>.bmp, .dib</td> + <td>Windows Bitmap</td> + <td> + <div class="thumbcontainer"> + <a + href="http://localhost:8090/ViewImage.png?url=http://localhost:8090/env/grafics/test/sails.bmp" + title="Render BMP sample in full size"> <img + src="http://localhost:8090/ViewImage.png?maxwidth=128&maxheight=128&quadratic&url=http://localhost:8090/env/grafics/test/sails.bmp" + width="128" height="128" alt="BMP render failed" /> + </a> + </div> </td> <td> - <div class="browserthumb">No sample</div> + <div class="browserthumb"> + <a href="http://localhost:8090/env/grafics/test/sails.bmp" + title="Render BMP sample in full size"> <img + src="http://localhost:8090/env/grafics/test/sails.bmp" + width="128" height="128" alt="BMP render failed" /> + </a> + </div> </td> </tr> <tr> |
