From 8794562a85ab7221b4ec3b165723faa8ca10db0a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 28 Apr 2015 16:04:07 +0100 Subject: Add tmux4.png. --- Makefile.am | 5 ++++- www/images/tmux1.png | Bin 37945 -> 15972 bytes www/images/tmux2.png | Bin 15972 -> 108143 bytes www/images/tmux4.png | Bin 0 -> 328784 bytes www/index.html.in | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 www/images/tmux4.png 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 Binary files a/www/images/tmux1.png and b/www/images/tmux1.png differ diff --git a/www/images/tmux2.png b/www/images/tmux2.png index a55f86b2..a2cd24b5 100644 Binary files a/www/images/tmux2.png and b/www/images/tmux2.png differ diff --git a/www/images/tmux4.png b/www/images/tmux4.png new file mode 100644 index 00000000..c2c279ef Binary files /dev/null and b/www/images/tmux4.png 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 and a Screenshot Screenshot Screenshot + Screenshot -- cgit