90% quality for medium webp and full size for big
This commit is contained in:
parent
1f84b3e83e
commit
06ca357d60
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -78,10 +78,10 @@ $(TMPDIR)/%_small.webp: $(DATADIR)/%.webp
|
||||||
$(call resize,$(SMALL),$(SMALL),^,-gravity center -crop 1:1+0)
|
$(call resize,$(SMALL),$(SMALL),^,-gravity center -crop 1:1+0)
|
||||||
|
|
||||||
$(TMPDIR)/%_med.webp: $(DATADIR)/%.webp
|
$(TMPDIR)/%_med.webp: $(DATADIR)/%.webp
|
||||||
$(call resize,$(MEDW),$(MEDH),>)
|
$(call resize,$(MEDW),$(MEDH),>,-quality 90)
|
||||||
|
|
||||||
$(TMPDIR)/%_big.webp: $(DATADIR)/%.webp
|
$(TMPDIR)/%_big.webp: $(DATADIR)/%.webp
|
||||||
$(call resize,$(BIG),$(BIG),>)
|
$(call copy)
|
||||||
|
|
||||||
|
|
||||||
$(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
|
$(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
|
||||||
|
|
Loading…
Reference in a new issue