about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-24 22:06:46 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-24 22:06:46 +0300
commitac3f5838a59e353eab21597b758c8bf01ea0ac11 (patch)
treee0853fc9e93893440c5c604433916f36cf0f1598
parentfc27a403be96b74dc993078ab1f575ac1322c4bd (diff)
downloadhttpy-ac3f5838a59e353eab21597b758c8bf01ea0ac11.tar.gz
httpy-ac3f5838a59e353eab21597b758c8bf01ea0ac11.zip
Sorry for that, png to webp
It's a 64x reduction of size, from 1 MiB to 16 KiB.

I will still keep the .png files internally, as they are still better for compatibility and losslessness
-rw-r--r--www/images/scratch_rtx_0.webpbin0 -> 15402 bytes
-rw-r--r--www/images/scratch_rtx_1.webpbin0 -> 58728 bytes
-rw-r--r--www/projects.html3
3 files changed, 2 insertions, 1 deletions
diff --git a/www/images/scratch_rtx_0.webp b/www/images/scratch_rtx_0.webp
new file mode 100644
index 0000000..c4ecaa0
--- /dev/null
+++ b/www/images/scratch_rtx_0.webp
Binary files differdiff --git a/www/images/scratch_rtx_1.webp b/www/images/scratch_rtx_1.webp
new file mode 100644
index 0000000..b99ec6e
--- /dev/null
+++ b/www/images/scratch_rtx_1.webp
Binary files differdiff --git a/www/projects.html b/www/projects.html
index e6c51c0..744b658 100644
--- a/www/projects.html
+++ b/www/projects.html
@@ -12,7 +12,8 @@
     <div id="section-div">
         <section>
             <h1 style="padding-bottom: 10px"> Ray Tracing in Scratch </h1>
-            <img src="images/scratch_rtx_0.png" alt="Scratch RTX" width="500px"> <img src="images/scratch_rtx_1.png" alt="Scratch RTX" width="500px">
+            <img src="images/scratch_rtx_0.webp" alt="Scratch RTX" width="500px">
+            <img src="images/scratch_rtx_1.webp" alt="Scratch RTX" width="500px">
         </section>
     </div>
     <footer>