Chain image optimizations
This commit is contained in:
parent
f1d5637473
commit
f53cb6ef34
5 changed files with 9 additions and 2 deletions
|
@ -12,3 +12,7 @@ HTML_TEMPLATE = main.html
|
|||
--include-after-body=&(root)/templates/footer.html \
|
||||
%f | sed 's|%%webRoot%%|&(root)|g' > %o \
|
||||
|> %B.html
|
||||
|
||||
!compress_png = |> zopflipng %f %o |>
|
||||
!compress_jpg = |> cjpeg -quality 80 -progressive -outfile %o %f |>
|
||||
!thumbnail = |> convert %f -resize 400x400 -blur 0x8 %o |>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue