commit afececd72d307c438403c39caea9390e343d39f2
parent e30be8fec495bc41e52e8658d63cb6fdfbdbbcae
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 6 Dec 2018 11:21:54 +0100
Replace png by jpg images in the High-Tune section
Add the DZVAR2 image.
Diffstat:
9 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/high-tune/.gitattributes b/high-tune/.gitattributes
@@ -0,0 +1,3 @@
+DZVAR.jpg filter=lfs diff=lfs merge=lfs -text
+DZVAR2.jpg filter=lfs diff=lfs merge=lfs -text
+L12km_BOMEX.jpg filter=lfs diff=lfs merge=lfs -text
diff --git a/high-tune/DZVAR.jpg b/high-tune/DZVAR.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f93afe135e0eacd3a0765499ca21cb883d86ecb99befe69e3da9d88b847fd7af
+size 1039111
diff --git a/high-tune/DZVAR.png b/high-tune/DZVAR.png
Binary files differ.
diff --git a/high-tune/DZVAR2.jpg b/high-tune/DZVAR2.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:061494c9713ef5dcc182cfdade34c2d3eaa95baee06076dc487aa7656eef9ac1
+size 601532
diff --git a/high-tune/L12km_BOMEX.jpg b/high-tune/L12km_BOMEX.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2ac81c31b48952553e099d01cdaf80e8975f597613123080f26e36383c0f26ab
+size 369877
diff --git a/high-tune/L12km_BOMEX.png b/high-tune/L12km_BOMEX.png
Binary files differ.
diff --git a/high-tune/Makefile b/high-tune/Makefile
@@ -17,7 +17,7 @@ HTRDR-VERSION=0.0.0-r1
HTRDR-STARTER-PACK-VERSION=0.0.0
SRC = high-tune.html.in high-tune.sh starter-pack.html.in
-IMG = DZVAR.png L12km_BOMEX.png
+IMG = DZVAR.jpg DZVAR2.jpg L12km_BOMEX.jpg
.PHONY: all clean default publish
default: all
diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in
@@ -46,8 +46,8 @@ run either directly or through a MPI process launcher like <code>mpirun</code>.
<h2>A straight interface</h2>
<div class="img" style="width: 16em">
- <a href="DZVAR.png">
- <img src="DZVAR.png" alt="Repeated clouds">
+ <a href="DZVAR.jpg">
+ <img src="DZVAR.jpg" alt="DZVAR">
</A>
<div class="caption">
Example of a cloudy scene rendered with htrdr. This image is computed from
diff --git a/high-tune/starter-pack.html.in b/high-tune/starter-pack.html.in
@@ -30,11 +30,14 @@ format.
<h3>Clouds</h3>
<div class="img" style="width: 16em">
- <a href="L12km_BOMEX.png">
- <img src="L12km_BOMEX.png" alt="L12_BOMEX">
- </A>
+ <a href="DZVAR2.jpg">
+ <img src="DZVAR2.jpg" alt="DZVAR2">
+ </a>
+ <a href="L12km_BOMEX.jpg">
+ <img src="L12km_BOMEX.jpg" alt="L12_BOMEX">
+ </a>
<div class="caption">
- Image of the L12km_BOMEX scene rendered with <code>htrdr</code>.
+ Image of the DZVAR2 and L12km_BOMEX scenes rendered with <code>htrdr</code>.
</div>
</div>