Base: Add several scaled images to test page

These look really bad with our current nearest-neighbor image scaling,
so they are a good test case to see how well other scaling algorithms
work.
This commit is contained in:
Sam Atkins 2021-09-20 13:59:31 +01:00 committed by Andreas Kling
parent a3360bcee8
commit 10e54a29b2
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,12 @@
<img alt="invalid path (100x100)" src="file:///res/graphics/file-does-not-exist.png" width="100" height="100" />
<img alt="invalid path (unspecified size)" src="file:///res/graphics/file-does-not-exist.png" />
<img src="file:///res/graphics/file-does-not-exist.png" />
<h1>Look, scaling!</h1>
<img alt="serenity screenshot (10%)" src="serenity-screenshot.png" width="102" height="77" /> <br/>
<img alt="serenity screenshot (20%)" src="serenity-screenshot.png" width="204" height="153" /> <br/>
<img alt="serenity screenshot (50%)" src="serenity-screenshot.png" width="512" height="384" /> <br/>
<img alt="serenity screenshot (150%)" src="serenity-screenshot.png" width="1536" height="1152" />
</center>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB