Chain image optimizations

This commit is contained in:
Fabien Freling 2019-10-29 13:32:03 +01:00
parent f1d5637473
commit f53cb6ef34
5 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,6 @@
include_rules
: index.md |> !html |>
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png
: shot_01.png |> !thumbnail |> thumb_temp.jpg
: thumb_temp.jpg |> !compress_jpg |> thumb.jpg
: foreach *.png |> !compress_png |> %g_opt.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB