Add tmux4.png.

pull/1/head
Nicholas Marriott 2015-04-28 16:04:07 +01:00
parent 31ab5caa35
commit 8794562a85
5 changed files with 5 additions and 1 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 106 KiB

BIN
www/images/tmux4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

View File

@ -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>