Image switch to webp, crush remaining png. Drop > 50% of image bytes.

This commit is contained in:
Ian Gulliver
2019-04-24 03:30:01 +00:00
parent 411188f0cb
commit 2e097d8919
20 changed files with 16 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ Ive been considering increased network redundancy for awhile. After trying a
STP is, simply, an ethernet-level protocol for disabling redundant links until theyre needed to avoid loops (which effectively kill ethernet networks). It works by electing a root “bridge” (meaning switch in this case). Every other bridge checks to see if it has more than one link to the root; if it does, it puts every link but one in blocking state. This lets you build neat redundant networks:
<img src="data:image/png;base64,<!--# include file="images/stp.png.base64" -->" alt="">
<img src="data:image/webp;base64,<!--# include file="images/stp.webp.base64" -->" alt="">
(__A__, __B__ and __C__ are switches; __1__ and __2__ are servers)