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