mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Add tmux4.png.
This commit is contained in:
parent
31ab5caa35
commit
8794562a85
@ -260,7 +260,10 @@ update-index.html:
|
|||||||
(cd www/images && \
|
(cd www/images && \
|
||||||
rm -f small-* && \
|
rm -f small-* && \
|
||||||
for i in *.png; do \
|
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 \
|
done \
|
||||||
)
|
)
|
||||||
sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html
|
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
BIN
www/images/tmux4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 321 KiB |
@ -57,6 +57,7 @@ on GitHub</a> and a
|
|||||||
<a href="tmux1.png"><img src="small-tmux1.png" alt="Screenshot"/></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="tmux2.png"><img src="small-tmux2.png" alt="Screenshot"/></a>
|
||||||
<a href="tmux3.png"><img src="small-tmux3.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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user