Add Dawn of Chaos screenshots

This commit is contained in:
Fabien Freling 2019-10-29 23:56:37 +01:00
parent 32980958ad
commit be2c16408c
18 changed files with 68 additions and 34 deletions

View file

@ -13,6 +13,11 @@ HTML_TEMPLATE = main.html
%f | sed 's|%%webRoot%%|&(root)|g' > %o \
|> %B.html
# Images
!png = |> convert %f %o |> %B.png
!compress_png = |> zopflipng %f %o |>
!compress_jpg = |> cjpeg -quality 80 -progressive -outfile %o %f |>
!thumbnail = |> convert %f -resize 400x400 -blur 0x8 %o |>
JPG_OPT = -quality 80 -strip -interlace Plane
!blur_mini = |> convert %f -resize 400x400 -blur 0x8 $(JPG_OPT) %o |> blur_mini.jpg
!thumbnail = |> convert %f -resize 200x200 $(JPG_OPT) %o |>