From 06ca357d6091191602065757504992393a5dce3c Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 7 Jul 2024 19:44:26 +0200 Subject: [PATCH] 90% quality for medium webp and full size for big --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b251ae6..d2bd1c3 100644 --- a/Makefile +++ b/Makefile @@ -78,10 +78,10 @@ $(TMPDIR)/%_small.webp: $(DATADIR)/%.webp $(call resize,$(SMALL),$(SMALL),^,-gravity center -crop 1:1+0) $(TMPDIR)/%_med.webp: $(DATADIR)/%.webp - $(call resize,$(MEDW),$(MEDH),>) + $(call resize,$(MEDW),$(MEDH),>,-quality 90) $(TMPDIR)/%_big.webp: $(DATADIR)/%.webp - $(call resize,$(BIG),$(BIG),>) + $(call copy) $(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal