diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 16:04:07 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 16:04:07 +0100 |
commit | 8794562a85ab7221b4ec3b165723faa8ca10db0a (patch) | |
tree | edda9751f84875742b63242035b36a0e4afdfb49 | |
parent | 31ab5caa356069a92fa5d7c1ff6467e9aea04fa7 (diff) | |
download | rtmux-8794562a85ab7221b4ec3b165723faa8ca10db0a.tar.gz rtmux-8794562a85ab7221b4ec3b165723faa8ca10db0a.tar.bz2 rtmux-8794562a85ab7221b4ec3b165723faa8ca10db0a.zip |
Add tmux4.png.
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | www/images/tmux1.png | bin | 37945 -> 15972 bytes | |||
-rw-r--r-- | www/images/tmux2.png | bin | 15972 -> 108143 bytes | |||
-rw-r--r-- | www/images/tmux4.png | bin | 0 -> 328784 bytes | |||
-rw-r--r-- | www/index.html.in | 1 |
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 Binary files differindex 689a2833..a55f86b2 100644 --- a/www/images/tmux1.png +++ b/www/images/tmux1.png diff --git a/www/images/tmux2.png b/www/images/tmux2.png Binary files differindex a55f86b2..a2cd24b5 100644 --- a/www/images/tmux2.png +++ b/www/images/tmux2.png diff --git a/www/images/tmux4.png b/www/images/tmux4.png Binary files differnew file mode 100644 index 00000000..c2c279ef --- /dev/null +++ b/www/images/tmux4.png 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> |