aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-04-28 16:04:07 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-04-28 16:04:07 +0100
commit8794562a85ab7221b4ec3b165723faa8ca10db0a (patch)
treeedda9751f84875742b63242035b36a0e4afdfb49
parent31ab5caa356069a92fa5d7c1ff6467e9aea04fa7 (diff)
downloadrtmux-8794562a85ab7221b4ec3b165723faa8ca10db0a.tar.gz
rtmux-8794562a85ab7221b4ec3b165723faa8ca10db0a.tar.bz2
rtmux-8794562a85ab7221b4ec3b165723faa8ca10db0a.zip
Add tmux4.png.
-rw-r--r--Makefile.am5
-rw-r--r--www/images/tmux1.pngbin37945 -> 15972 bytes
-rw-r--r--www/images/tmux2.pngbin15972 -> 108143 bytes
-rw-r--r--www/images/tmux4.pngbin0 -> 328784 bytes
-rw-r--r--www/index.html.in1
5 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f53944fd..1b306a01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -260,7 +260,10 @@ update-index.html:
(cd www/images && \
rm -f small-* && \
for i in *.png; do \
- convert "$$i" -resize 200x150 "small-$$i"; \
+ convert "$$i" \
+ -resize '150x' -resize 'x100<' \
+ -gravity center -crop 150x100+0+0 +repage \
+ "small-$$i"; \
done \
)
sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html
diff --git a/www/images/tmux1.png b/www/images/tmux1.png
index 689a2833..a55f86b2 100644
--- a/www/images/tmux1.png
+++ b/www/images/tmux1.png
Binary files differ
diff --git a/www/images/tmux2.png b/www/images/tmux2.png
index a55f86b2..a2cd24b5 100644
--- a/www/images/tmux2.png
+++ b/www/images/tmux2.png
Binary files differ
diff --git a/www/images/tmux4.png b/www/images/tmux4.png
new file mode 100644
index 00000000..c2c279ef
--- /dev/null
+++ b/www/images/tmux4.png
Binary files differ
diff --git a/www/index.html.in b/www/index.html.in
index fee89f8c..72f5f12e 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -57,6 +57,7 @@ on GitHub</a> and a
<a href="tmux1.png"><img src="small-tmux1.png" alt="Screenshot"/></a>
<a href="tmux2.png"><img src="small-tmux2.png" alt="Screenshot"/></a>
<a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a>
+ <a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a>
</div>
</div>
</div>