mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
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:
parent
a3360bcee8
commit
10e54a29b2
2 changed files with 6 additions and 0 deletions
|
@ -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 (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 alt="invalid path (unspecified size)" src="file:///res/graphics/file-does-not-exist.png" />
|
||||||
<img 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>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
BIN
Base/res/html/misc/serenity-screenshot.png
Normal file
BIN
Base/res/html/misc/serenity-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
Loading…
Add table
Add a link
Reference in a new issue