This commit is contained in:
parent
2db7e22a95
commit
deea38b1b5
1 changed files with 7 additions and 2 deletions
|
|
@ -91,7 +91,9 @@ int *positives(int *numbers, int *size) {
|
||||||
</p>
|
</p>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="assets/image/example_cat.jpg"
|
<img src="assets/image/example_cat.jpg"
|
||||||
alt="TODO"/>
|
alt="Photograph of a young white-furred cat with blue eyes. It is leaning on its forelegs on some kind
|
||||||
|
of leopard-print fabric and looking at something behind the camera. The background is dark and
|
||||||
|
plain."/>
|
||||||
<figcaption>Example image without any distortion applied.</figcaption>
|
<figcaption>Example image without any distortion applied.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -102,7 +104,10 @@ int *positives(int *numbers, int *size) {
|
||||||
</p>
|
</p>
|
||||||
<figure>
|
<figure>
|
||||||
<img class="glitch" src="assets/image/example_cat.jpg"
|
<img class="glitch" src="assets/image/example_cat.jpg"
|
||||||
alt="TODO"/>
|
alt="The same photograph as before, except with a glitchy filer applied. The first effect applies to
|
||||||
|
bright edges, which get surrounded by pink and blue to their left and right hand side. The second
|
||||||
|
one distorts the image by offsetting parts of the image horizontally by seemingly random yet
|
||||||
|
somewhat osscilating amounts."/>
|
||||||
<figcaption>Example image with visual glitches applied.</figcaption>
|
<figcaption>Example image with visual glitches applied.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue