commit bafffb7b2c06d2675e3effe5dc530e68ae6eb4c8
parent fcbdff43c893988ccd93fc3c247c39db2e5a121c
Author: tongong <tongong@gmx.net>
Date: Mon, 19 Dec 2022 15:13:35 +0100
[zoom-interference] updated headings
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/content/writing/zoom-interference/src/index.html b/content/writing/zoom-interference/src/index.html
@@ -1,7 +1,7 @@
<link rel="stylesheet" href="./styles.css"/>
-<h1>zoom interference</h1>
+<h1>Interference effects on image zoom</h1>
<p class="page-intro">
A playful exploration into the world of image rendering.
</p>
@@ -26,7 +26,7 @@
</p>
-<h2>the interference effect</h2>
+<h2>The interference effect</h2>
<p>
The first image is just a checkerboard pattern on pixel scale (this is
clearly visible on <a class="demo1-checker">2x</a>). When zooming in the
@@ -75,7 +75,7 @@
</div>
-<h2>other types of colorings</h2>
+<h2>Other types of colorings</h2>
<p>
Let's explore some other types of local colorings. I chose uniform gray and
random pixel values for the next demo. As expected the gray area does not
@@ -135,7 +135,7 @@
</div>
-<h2>invisibility on 1x</h2>
+<h2>Invisibility on 1x</h2>
<p>
It would be really cool to create an image that is invisible on <a>1x</a>
but appears on zoom. This did already work but just in Chromium. My first
@@ -201,7 +201,7 @@
</div>
-<h2>colored images</h2>
+<h2>Colored images</h2>
<p>
Since RGB displays have separate LEDs for the three color components this
process should be easily generalizable to color images by just repeating it
@@ -224,7 +224,7 @@
</div>
-<h2>ideas for future exploration</h2>
+<h2>Ideas for future exploration</h2>
<p>
Many questions are left unanswered in this text. I chose to highlight some
of them:
@@ -243,7 +243,7 @@
</p>
-<h2>thank you...</h2>
+<h2>Thank you...</h2>
<ul>
<li>... <a href="https://mithril.js.org/">mithril.js</a> for keeping the
fun in this project by abstracting over the Javascript DOM API</li>