90% quality for medium webp and full size for big

This commit is contained in:
rhiannon morris 2024-07-07 19:44:26 +02:00
parent 1f84b3e83e
commit 06ca357d60
1 changed files with 2 additions and 2 deletions

View File

@ -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