Use WebP images

This commit is contained in:
Fabien Freling 2019-06-10 21:51:04 +02:00
parent 20cade0fca
commit c71514528e
8 changed files with 17 additions and 6 deletions

View file

@ -1 +1,12 @@
:foreach *.png *.jpg |> !tup_preserve |>
: foreach \
fabien.jpg \
fabien_zenly.jpg \
mantis_shrimp.png \
|> cwebp -q 80 %f -o %o |> %B.webp
: foreach \
github_logo.png \
gitlab_logo.png \
leencktyn_logo.png \
mastodon.jpg \
|> cwebp -q 80 -resize 0 40 %f -o %o |> %B_40.webp

BIN
images/fabien_zenly.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB