The branch, master has been updated
       via  8794562a85ab7221b4ec3b165723faa8ca10db0a (commit)
      from  31ab5caa356069a92fa5d7c1ff6467e9aea04fa7 (commit)

- Log -----------------------------------------------------------------
commit 8794562a85ab7221b4ec3b165723faa8ca10db0a
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    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 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f53944f..1b306a0 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 689a283..a55f86b 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 a55f86b..a2cd24b 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 0000000..c2c279e
Binary files /dev/null and b/www/images/tmux4.png differ
diff --git a/www/index.html.in b/www/index.html.in
index fee89f8..72f5f12 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>


-----------------------------------------------------------------------

Summary of changes:
 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 deletions(-)
 create mode 100644 www/images/tmux4.png


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to