From 8cb6752168f93966b4b85e022946aef1d21ac7dd Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Wed, 6 Sep 2023 20:31:37 +0200 Subject: [PATCH] add flag for lossless webp in convert calls --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc75bdf..f9d39c3 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ endef define resize echo "[resize] "$@ mkdir -p "$(dir $@)" -convert -resize "$(1)x$(2)$(3)" $(4) "$^" "$@" +convert -resize "$(1)x$(2)$(3)" -define webp:lossless=true $(4) "$^" "$@" endef # no args